We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a820f commit d85863cCopy full SHA for d85863c
.ci/scripts/unittest-linux.sh
@@ -41,6 +41,10 @@ if [[ "$BUILD_TOOL" == "cmake" ]]; then
41
42
.ci/scripts/unittest-linux-cmake.sh
43
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
+
48
.ci/scripts/unittest-buck2.sh
49
else
50
echo "Unknown build tool $BUILD_TOOL"
0 commit comments