Skip to content

Commit 3ac1c25

Browse files
authored
Setup USE_RECC infra for macos tests (#1628)
1 parent 4ca5579 commit 3ac1c25

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/build-loop.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ if clean_env long_timeout $BUILD_CMD build "$PACKAGE" \
284284
-e "ALIBUILD_XJALIENFS_TESTS=$ALIBUILD_XJALIENFS_TESTS" \
285285
-e "ALIBUILD_HEAD_HASH=$PR_HASH" \
286286
-e "ALIBUILD_BASE_HASH=$base_hash" \
287+
${USE_RECC:+-e "USE_RECC=1"} \
287288
${jalien_token_cert:+-e "JALIEN_TOKEN_CERT=$jalien_token_cert"} \
288289
${jalien_token_key:+-e "JALIEN_TOKEN_KEY=$jalien_token_key"} \
289290
${use_docker:+--architecture "$ARCHITECTURE"} \

ci/repo-config/macos/osx_arm64/alidist-o2.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ AliceO2Group/O2Physics master"
1414
ALIBUILD_O2_TESTS=1
1515
ALIBUILD_O2PHYSICS_TESTS=1
1616
ALIBUILD_XJALIENFS_TESTS=1
17+
USE_RECC=1

0 commit comments

Comments
 (0)