File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public abstract class CosimTest extends DockerExecutionTest {
4040
4141 // config of qemu test image
4242 private static final String QEMU_TEST_IMAGE =
43- "ghcr.io/openvadl/iss-test-base@sha256:400e4be011ad1e9a5313e404bac0332a1d961e79eec380b859ee0647ca10a198 " ;
43+ "ghcr.io/openvadl/iss-test-base@sha256:e70f997ba639324b1e43ac08fee9460b10e321dfec3da1a6e710eae419acf2e1 " ;
4444
4545 // specification to image cache
4646 private static final ConcurrentHashMap <String , ImageFromDockerfile > issImageCache =
@@ -139,10 +139,6 @@ private ImageFromDockerfile getIssImage(Path generatedIssSources,
139139
140140 d .workDir ("/work" );
141141
142- // get rust toolchain from rustup
143- d .run ("curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y" );
144- d .env ("PATH" , "/root/.cargo/bin:$PATH" );
145-
146142 // build the cosim broker
147143 d .copy ("/vadl-cosim" , "/work/vadl-cosim" );
148144 d .workDir ("/work/vadl-cosim" );
You can’t perform that action at this time.
0 commit comments