Skip to content

Commit d33a0be

Browse files
committed
changes for ci
1 parent 84f6cf2 commit d33a0be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ fetch () {
138138
checkout_repo s2n https://github.com/awslabs/s2n-bignum "" "4d2e22a"
139139
checkout_repo openssl https://github.com/openssl/openssl "openssl-3.6.0"
140140
checkout_repo secp256k1 https://github.com/bitcoin-core/secp256k1 "v0.7.0"
141-
checkout_repo flatcc https://github.com/firedancer-io/flatcc.git "master"
141+
checkout_repo flatcc https://github.com/dvidelabs/flatcc.git "" "3ae5eda"
142142
if [[ $DEVMODE == 1 ]]; then
143143
checkout_repo bzip2 https://gitlab.com/bzip2/bzip2 "bzip2-1.0.8"
144144
checkout_repo rocksdb https://github.com/facebook/rocksdb "v10.5.1"
@@ -654,7 +654,7 @@ install () {
654654
( install_bzip2 )
655655
( install_snappy )
656656
( install_rocksdb )
657-
( install_flatcc )
657+
( install_flatcc )
658658
fi
659659

660660
# Merge lib64 with lib

0 commit comments

Comments
 (0)