From 9ff1527ebe4af4b6061b300cf5e3d496f8d8c0d6 Mon Sep 17 00:00:00 2001 From: raulk Date: Thu, 21 Dec 2023 00:31:44 +0000 Subject: [PATCH] build: lock actors to last pre-refactor commit. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34260984..4ba37bcb 100644 --- a/Makefile +++ b/Makefile @@ -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