From 3628a31fef23104762a0a682eaba1ea448532dd0 Mon Sep 17 00:00:00 2001 From: Ihor Solodrai Date: Wed, 8 Apr 2026 09:05:41 -0700 Subject: [PATCH] Revert "Pin semcode revision temporarily" This reverts commit 8963b75ff5754ce3a17bc95dc4def0301d2bd7e8. Signed-off-by: Ihor Solodrai --- build-semcode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-semcode.sh b/build-semcode.sh index b762292..2abb238 100755 --- a/build-semcode.sh +++ b/build-semcode.sh @@ -3,7 +3,7 @@ set -xeuo pipefail SEMCODE_ORIGIN=${SEMCODE_ORIGIN:-https://github.com/facebookexperimental/semcode.git} -SEMCODE_REVISION=${SEMCODE_REVISION:-deff3e301bc558fae8ad3689a70e1f6ab4993f91} +SEMCODE_REVISION=${SEMCODE_REVISION:-main} SEMCODE_SRC=${SEMCODE_SRC:-/tmp/semcode} sudo apt-get install -y build-essential libclang-dev protobuf-compiler libprotobuf-dev libssl-dev pkg-config