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 3, 2024
1 parent 7f99f07 commit e3a2d96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit e3a2d96

Please sign in to comment.