Skip to content

Commit

Permalink
chore(gwos-evm): update godwoken-scripts's prebuilt image (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Oct 20, 2023
1 parent 41b25f7 commit f57a0c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gwos-evm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ contract/sudt-erc20-proxy:

# fetch godwoken-scripts from godwoken-prebuilds image,
# including meta-contract and sudt-contract
PREBUILDS := ghcr.io/zeroqn/godwoken-prebuilds:v1.1-feat-change-ckb-decimal-to-18
PREBUILDS := ghcr.io/godwokenrises/godwoken:v1.14.0
fetch-gw-scripts:
mkdir -p build
docker run --rm -v `pwd`/build:/build-dir \
Expand Down
1 change: 0 additions & 1 deletion gwos-evm/polyjuice-tests/fuzz/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ LDFLAGS := -Wl,--gc-sections,-rpath,./gw-syscall-simulator/target/debug
SANITIZER_FLAGS := -g -O1 -fsanitize=fuzzer,address,undefined,leak -Wno-incompatible-pointer-types
LIMIT_ERROR := -ferror-limit=10

# TODO: read PROTOCOL_VERSION from deps/godwoken-scripts/c/Makefile
MOLC := moleculec

MOLC_VERSION := $(shell cat $(GW_SCRIPTS)/Makefile | egrep "MOLC_VERSION :=" | awk '{print $$3}')
Expand Down

0 comments on commit f57a0c7

Please sign in to comment.