Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
build: lock actors to last pre-refactor commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
raulk committed Dec 21, 2023
1 parent 287d281 commit 9ff1527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BUILTIN_ACTORS_TAG ?= v11.0.0
BUILTIN_ACTORS_BUNDLE := $(PWD)/builtin-actors/output/bundle.car

# Make sure this tag matches the one in Cargo.toml
IPC_ACTORS_TAG ?= origin/dev
IPC_ACTORS_TAG ?= d0b67da2816dc92187d9a0087c4df288b02ce869 #origin/dev
IPC_ACTORS_DIR := $(PWD)/../ipc-solidity-actors
IPC_ACTORS_CODE := $(shell find $(IPC_ACTORS_DIR) -type f -name "*.sol")
IPC_ACTORS_ABI := .make/.ipc-actors-abi
Expand Down

0 comments on commit 9ff1527

Please sign in to comment.