Skip to content

Commit 52618b5

Browse files
committed
fixes commit for now (should drop once facebook#310 is closed)
1 parent ebfca17 commit 52618b5

File tree

7 files changed

+7
-5
lines changed

7 files changed

+7
-5
lines changed

cachelib/external/fbthrift

Submodule fbthrift updated 13533 files

cachelib/external/fizz

Submodule fizz updated 478 files

cachelib/external/folly

Submodule folly updated 962 files

cachelib/external/mvfst

Submodule mvfst updated 389 files

cachelib/external/wangle

Submodule wangle updated 291 files

contrib/build-package.sh

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
## is closely controlled, an explicit 'shellcheck disable SC2086'
2525
## was added to the relevant lines.
2626

27+
source /opt/rh/gcc-toolset-12/enable
2728
set -u
2829

2930
die()

contrib/prerequisites-centos9.sh

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ sudo dnf install -y \
3535
gtest-devel \
3636
libsodium-static \
3737
libdwarf-static \
38+
gcc-toolset-12 \
3839
numactl-devel
3940

4041

0 commit comments

Comments
 (0)