Skip to content

Commit

Permalink
chore(ci): bump cartesi-machine version
Browse files Browse the repository at this point in the history
Bump cartesi-machine version in dev dockerfile.
  • Loading branch information
GCdePaula committed Jan 30, 2025
1 parent b276c7c commit 03c1370
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ jobs:
- name: Deps
run: |
export CARTESI_MACHINE_VERSION=0.18.1
export CARTESI_MACHINE_RELEASE=0.19.0-test2
export CARTESI_MACHINE_VERSION=0.19.0
sudo apt-get install -y libboost-all-dev lua5.4 libslirp0
wget https://github.com/cartesi/machine-emulator/releases/download/v0.18.1/cartesi-machine-v${CARTESI_MACHINE_VERSION}_amd64.deb
wget https://github.com/cartesi/machine-emulator/releases/download/v${CARTESI_MACHINE_RELEASE}/cartesi-machine-v${CARTESI_MACHINE_VERSION}_amd64.deb
sudo dpkg -i ./cartesi-machine-v${CARTESI_MACHINE_VERSION}_amd64.deb
rm ./cartesi-machine-v${CARTESI_MACHINE_VERSION}_amd64.deb
Expand Down
4 changes: 2 additions & 2 deletions test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# to work wiht an unreleased verion, build machine docker image locally
# (i.e. cartesi/machine-emulator:latest), and change tag.
FROM cartesi/machine-emulator:0.18.1 AS machine
FROM cartesi/machine-emulator:0.19.0-test2 AS machine

FROM rust:1.83

Expand Down Expand Up @@ -38,7 +38,7 @@ RUN \
# Install cartesi machine
COPY \
--from=machine \
/usr/lib/libcartesi-0.18.so /usr/lib/libcartesi.a \
/usr/lib/libcartesi-0.19.so /usr/lib/libcartesi.a \
/usr/lib/
COPY \
--from=machine \
Expand Down

0 comments on commit 03c1370

Please sign in to comment.