Skip to content

Commit d85863c

Browse files
committed
Update
[ghstack-poisoned]
1 parent 72a820f commit d85863c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ci/scripts/unittest-linux.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ if [[ "$BUILD_TOOL" == "cmake" ]]; then
4141

4242
.ci/scripts/unittest-linux-cmake.sh
4343
elif [[ "$BUILD_TOOL" == "buck2" ]]; then
44+
# XXX: check whether this is sufficient to unbreak sccache
45+
PYTHON_EXECUTABLE=python \
46+
.ci/scripts/setup-linux.sh "$BUILD_TOOL" "$BUILD_MODE"
47+
4448
.ci/scripts/unittest-buck2.sh
4549
else
4650
echo "Unknown build tool $BUILD_TOOL"

0 commit comments

Comments
 (0)