Skip to content

Commit

Permalink
chore: update rootfs version
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolitzer committed Jul 8, 2024
1 parent 7683069 commit c210fd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ $(BUILDDIR)/%:
$(CARTESI_IMAGES): | $(CARTESI_IMAGES_PATH)
@wget -nc -i dependencies -P $(CARTESI_IMAGES_PATH)
@shasum -ca 256 dependencies.sha256
@cd $(CARTESI_IMAGES_PATH) && ln -s rootfs-tools-v0.15.0.ext2 rootfs.ext2
@cd $(CARTESI_IMAGES_PATH) && ln -s rootfs-tools-v0.16.0-output-unification-v2-test1.ext2 rootfs.ext2
@cd $(CARTESI_IMAGES_PATH) && ln -s linux-6.5.13-ctsi-1-v0.20.0.bin linux.bin

images: | $(CARTESI_IMAGES)
Expand Down
2 changes: 1 addition & 1 deletion tests/dependencies
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
https://github.com/cartesi/machine-emulator-tools/releases/download/v0.15.0/rootfs-tools-v0.15.0.ext2
https://github.com/cartesi/machine-emulator-tools/releases/download/v0.16.0-output-unification-v2-test5/rootfs-tools-v0.16.0-output-unification-v2-test1.ext2
https://github.com/cartesi/image-kernel/releases/download/v0.20.0/linux-6.5.13-ctsi-1-v0.20.0.bin
2 changes: 1 addition & 1 deletion tests/dependencies.sha256
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
65dd100ff6204346ac2f50f772721358b5c1451450ceb39a154542ee27b4c947 build/images/linux-6.5.13-ctsi-1-v0.20.0.bin
dee8f9b739814f0076cd629f1de98fd71a4b5bc57a417678f80422dc9ef85550 build/images/rootfs-tools-v0.15.0.ext2
b4187a277fc042a6acd612f9e321a98be456560460a1bc8f9bca8fd2eb6802bc build/images/rootfs-tools-v0.16.0-output-unification-v2-test1.ext2

0 comments on commit c210fd8

Please sign in to comment.