Skip to content

Commit 2c08b66

Browse files
committed
RCBC-383: Support ubuntu20 arm64
1 parent 00546d3 commit 2c08b66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/jenkins/build-extension

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ then
4141
then
4242
export CB_CC="/usr/bin/gcc"
4343
export CB_CXX="/usr/bin/g++"
44-
else
44+
elif [ ! "${OS_ID}" = "ubuntu" ]
45+
then
4546
export PATH="$(realpath ~/.cmake-3.21.2/bin):$PATH"
4647
if [ "${OS_ID}" = "amzn" ]
4748
then

0 commit comments

Comments
 (0)