Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
devcontainer-features
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazydevelop-devcontainer-temp
devcontainer-features
Commits
203dc3f5
Unverified
Commit
203dc3f5
authored
Apr 04, 2024
by
Prathamesh Zarkar
Committed by
GitHub
Apr 04, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oryx dotnet 8.0.1 cleanup (#927)
parent
9ccc19e1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
devcontainer-feature.json
src/oryx/devcontainer-feature.json
+1
-1
install.sh
src/oryx/install.sh
+1
-0
test_python_project.sh
test/oryx/test_python_project.sh
+2
-0
No files found.
src/oryx/devcontainer-feature.json
View file @
203dc3f5
{
{
"id"
:
"oryx"
,
"id"
:
"oryx"
,
"version"
:
"1.3.
1
"
,
"version"
:
"1.3.
2
"
,
"name"
:
"Oryx"
,
"name"
:
"Oryx"
,
"description"
:
"Installs the oryx CLI"
,
"description"
:
"Installs the oryx CLI"
,
"documentationURL"
:
"https://github.com/devcontainers/features/tree/main/src/oryx"
,
"documentationURL"
:
"https://github.com/devcontainers/features/tree/main/src/oryx"
,
...
...
src/oryx/install.sh
View file @
203dc3f5
...
@@ -241,6 +241,7 @@ if [[ "${PINNED_SDK_VERSION}" != "" ]]; then
...
@@ -241,6 +241,7 @@ if [[ "${PINNED_SDK_VERSION}" != "" ]]; then
MAJOR_MINOR_PATCH1_VERSION
=
${
PINNED_SDK_VERSION
%??
}
MAJOR_MINOR_PATCH1_VERSION
=
${
PINNED_SDK_VERSION
%??
}
rm
-rf
/usr/share/dotnet/shared/Microsoft.NETCore.App/
$MAJOR_MINOR_PATCH1_VERSION
rm
-rf
/usr/share/dotnet/shared/Microsoft.NETCore.App/
$MAJOR_MINOR_PATCH1_VERSION
rm
-rf
/usr/share/dotnet/shared/Microsoft.AspNetCore.App/
$MAJOR_MINOR_PATCH1_VERSION
rm
-rf
/usr/share/dotnet/shared/Microsoft.AspNetCore.App/
$MAJOR_MINOR_PATCH1_VERSION
rm
-rf
/usr/share/dotnet/templates/
$MAJOR_MINOR_PATCH1_VERSION
fi
fi
...
...
test/oryx/test_python_project.sh
View file @
203dc3f5
...
@@ -28,5 +28,7 @@ check "oryx-build-python" oryx build --property python_version="${pythonVersion}
...
@@ -28,5 +28,7 @@ check "oryx-build-python" oryx build --property python_version="${pythonVersion}
check
"oryx-build-python-installed"
python3
-m
pip list |
grep
mpmath
check
"oryx-build-python-installed"
python3
-m
pip list |
grep
mpmath
check
"oryx-build-python-result"
python3 ./src/solve.py
check
"oryx-build-python-result"
python3 ./src/solve.py
check
"templates/8.0.1-does-not-exist"
test
!
-d
"/usr/share/dotnet/templates/8.0.1"
# Report result
# Report result
reportResults
reportResults
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment