aboutsummaryrefslogtreecommitdiff
path: root/test-scenarios/scenarios.json
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-08-23 02:45:11 +0300
committerGitHub <noreply@github.com>2022-08-23 02:45:11 +0300
commit58e425039a1dc78cde64e9c1939e2a3dfed6d22a (patch)
treebf7d29492796a71fa0a449a836eaa518a3b25502 /test-scenarios/scenarios.json
parentec1deb82808c14de9ce601838e255357718b49d4 (diff)
fix rust error when choose a non-default version. (#111)
port of https://github.com/microsoft/vscode-dev-containers/pull/1592
Diffstat (limited to 'test-scenarios/scenarios.json')
-rw-r--r--test-scenarios/scenarios.json20
1 files changed, 14 insertions, 6 deletions
diff --git a/test-scenarios/scenarios.json b/test-scenarios/scenarios.json
index 4f45aba..c7ec8af 100644
--- a/test-scenarios/scenarios.json
+++ b/test-scenarios/scenarios.json
@@ -6,8 +6,8 @@
"version": "latest",
"installGradle": true,
"installMaven": true
- }
- }
+ }
+ }
},
"install_additional_php": {
"image": "ubuntu:focal",
@@ -15,9 +15,9 @@
"php": {
"version": "8.1.4",
"additionalVersions": "8.0.17,8.0.3"
- }
- }
- },
+ }
+ }
+ },
"install_additional_java": {
"image": "ubuntu:focal",
"features": {
@@ -92,6 +92,14 @@
}
}
},
+ "rust_at_pinned_version": {
+ "image": "ubuntu:focal",
+ "features": {
+ "rust": {
+ "version": "1.62.0"
+ }
+ }
+ },
"install_cudnn_nvxt": {
"image": "debian",
"features": {
@@ -112,4 +120,4 @@
}
}
}
-}
+} \ No newline at end of file