Skip to content

Commit

Permalink
fix: fix rootfs build
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Dec 18, 2023
1 parent 84ce394 commit 448d8be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.1] - 2023-12-18
### Fixed
- Fix rootfs.ext2 build, xxd pinned version was not available in the repository

## [0.14.0] - 2023-12-13
### Changed
- Make rootfs the default target
Expand Down Expand Up @@ -127,7 +131,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [0.2.0]
- [0.1.0]

[Unreleased]: https://github.com/cartesi/machine-emulator-tools/compare/v0.14.0...HEAD
[Unreleased]: https://github.com/cartesi/machine-emulator-tools/compare/v0.14.1...HEAD
[0.14.1]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.14.1
[0.14.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.14.0
[0.13.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.13.0
[0.12.0]: https://github.com/cartesi/machine-emulator-tools/releases/tag/v0.12.0
Expand Down
2 changes: 1 addition & 1 deletion fs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN apt-get update && \
jq=1.6-2.1ubuntu3 \
lua5.4=5.4.4-1 \
lua-socket=3.0~rc1+git+ac3201d-6 \
xxd=2:8.2.3995-1ubuntu2.13 \
xxd=2:8.2.3995-1ubuntu2.15 \
file=1:5.41-3ubuntu0.1 \
/tmp/${TOOLS_DEB} \
&& \
Expand Down

0 comments on commit 448d8be

Please sign in to comment.