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 29, 2024
1 parent 839d789 commit c64854f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Update test rootfs to 0.16.0
- Update outputs merkle height (for output unification v2)

### Added
- Makefile target `create-generated-files-patch` to generate `add-generated-files.diff` patch
Expand Down
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.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/rootfs-tools-v0.16.0.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
9bb25541c3e42e329d83cca40066772ac3d51491300bb32100127e04e4e6c531 build/images/rootfs-tools-v0.16.0.ext2

0 comments on commit c64854f

Please sign in to comment.