aboutsummaryrefslogtreecommitdiff
path: root/test/oryx
Commit message (Collapse)AuthorAgeFilesLines
* Bump mpmath from 1.2.1 to 1.3.0 in /test/oryx/sample-python (#554)dependabot[bot]2023-06-291-1/+1
| | | | | | | | | | | | | | | Bumps [mpmath](https://github.com/fredrik-johansson/mpmath) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/fredrik-johansson/mpmath/releases) - [Changelog](https://github.com/mpmath/mpmath/blob/master/CHANGES) - [Commits](https://github.com/fredrik-johansson/mpmath/compare/1.2.1...1.3.0) --- updated-dependencies: - dependency-name: mpmath dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Oryx - Switch to .NET 7 (#522)feature_oryx_1.1.0Samruddhi Khandale2023-04-192-0/+57
| | | | | | | * Oryx - Switch to .NET 7 * fix test ; add test * fix test - back compat
* Oryx: Build with .NET 6 (#298)Samruddhi Khandale2022-11-174-0/+61
| | | | | | | | | | | | | * Oryx: Install dotnet 3.1 runtime * fix tests * build with .NET 6 + add tests * add tests * fix tests * shellcheck: nit
* Oryx - Fix bug when dynamically installing dotnet in universal image (#125)Samruddhi Khandale2022-09-013-1/+49
| | | | | | | * fix oryx * copy /images * bimp version
* Oryx - Clean up and shrink size (#116)Samruddhi Khandale2022-08-313-1/+24
| | | | | | | | | | | | | * shrink oryx * bump version * bump version * prune dotnet * add warning * bump version
* Port changes and set executable bitJosh Spicer2022-07-291-0/+0
| | | | | -Ports change from: https://github.com/microsoft/vscode-dev-containers/pull/1554 Sets all scripts as executable by default.
* Add oryx feature (#27)Samruddhi Khandale2022-05-271-0/+14
* add oryx * modify oryx sh * add oryx in matrix * install dotnet * fix permission * test * test 2 * test 3 * fix dotnet * fix oryx * fix * fix path issues + debugging * remove debugging * add oryx test to actions * fix test * modify test * add $ * fix user * address comments * add repo * add wget * allow apt-update * add --no-check-certificate * install ca-certificates * install with another approach * fix infinite test runs * Update src/oryx/install.sh Co-authored-by: Josh Spicer <joshspicer@github.com> Co-authored-by: Josh Spicer <joshspicer@github.com>