Skip to content

Commit 6809e88

Browse files
committed
iss: Update CosimTest with new iss-test-base image
1 parent b1b8254 commit 6809e88

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

vadl/test/vadl/iss/CosimTest.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)