-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Bump emulator and grpc-interfaces
- Add --version option and bump the version for the next release. - Update boost to version 1.81
- Loading branch information
Showing
10 changed files
with
37 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
name: Build/Test/Release | ||
on: [push] | ||
env: | ||
EMULATOR_REPOSITORY: cartesi/machine-emulator | ||
EMULATOR_TAG: 0.15.2 | ||
ROM_VERSION: v0.17.0 | ||
EMULATOR_REPOSITORY: ghcr.io/cartesi/machine-emulator | ||
EMULATOR_TAG: main | ||
KERNEL_VERSION: v0.17.0 | ||
LINUX_VERSION: 5.15.63-ctsi-2-v0.17.0 | ||
ROOTFS_VERSION: v0.18.0 | ||
|
@@ -141,19 +140,11 @@ jobs: | |
tag: ${{ env.KERNEL_VERSION }} | ||
file: linux-${{ env.LINUX_VERSION }}.bin | ||
|
||
- name: Download [rom.bin] | ||
uses: Legion2/[email protected] | ||
with: | ||
repository: ${{ github.repository_owner }}/machine-emulator-rom | ||
tag: ${{ env.ROM_VERSION }} | ||
file: rom-${{ env.ROM_VERSION }}.bin | ||
|
||
- name: Move images to cartesi images folder | ||
run: | | ||
mkdir -m 755 -p /tmp/cartesi-machine-images | ||
mv rom-*.bin linux-*.bin rootfs-*.ext2 ${{ env.HOST_IMAGES_PATH }} | ||
cd ${{ env.HOST_IMAGES_PATH }} && ln -s linux-${{ env.LINUX_VERSION }}.bin linux.bin | ||
cd ${{ env.HOST_IMAGES_PATH }} && ln -s rom-${{ env.ROM_VERSION }}.bin rom.bin | ||
cd ${{ env.HOST_IMAGES_PATH }} && ln -s rootfs-${{ env.ROOTFS_VERSION }}.ext2 rootfs.ext2 | ||
- name: Run test suite inside the docker image (Linux/${{ matrix.arch }}) | ||
|
@@ -252,19 +243,11 @@ jobs: | |
tag: ${{ env.KERNEL_VERSION }} | ||
file: linux-${{ env.LINUX_VERSION }}.bin | ||
|
||
- name: Download [rom.bin] | ||
uses: Legion2/[email protected] | ||
with: | ||
repository: ${{ github.repository_owner }}/machine-emulator-rom | ||
tag: ${{ env.ROM_VERSION }} | ||
file: rom-${{ env.ROM_VERSION }}.bin | ||
|
||
- name: Move images to cartesi images folder | ||
run: | | ||
mkdir -m 755 -p /tmp/cartesi-machine-images | ||
mv rom-*.bin linux-*.bin rootfs-*.ext2 ${{ env.HOST_IMAGES_PATH }} | ||
cd ${{ env.HOST_IMAGES_PATH }} && ln -s linux-${{ env.LINUX_VERSION }}.bin linux.bin | ||
cd ${{ env.HOST_IMAGES_PATH }} && ln -s rom-${{ env.ROM_VERSION }}.bin rom.bin | ||
cd ${{ env.HOST_IMAGES_PATH }} && ln -s rootfs-${{ env.ROOTFS_VERSION }}.ext2 rootfs.ext2 | ||
- name: Run test suite inside the docker image (Linux/${{ matrix.arch }}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule machine-emulator-defines
updated
12 files
+62 −0 | .github/ISSUE_TEMPLATE/bug-report.md | |
+46 −0 | .github/ISSUE_TEMPLATE/feature-request.md | |
+36 −0 | .github/ISSUE_TEMPLATE/technical-debt.md | |
+21 −0 | .github/ISSUE_TEMPLATE/update-dependencies.md | |
+22 −0 | .github/pull_request_template.md | |
+6 −0 | AUTHORS | |
+12 −1 | CHANGELOG.md | |
+0 −3 | README.md | |
+11 −11 | htif-defines.h | |
+14 −19 | pma-defines.h | |
+11 −11 | rtc-defines.h | |
+11 −11 | uarch-defines.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters