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 986ada2 commit 6c7ae3aCopy full SHA for 6c7ae3a
tests/Dockerfile
@@ -101,7 +101,6 @@ RUN python3 -m venv venv && \
101
102
ENV PATH="/workspace/venv/bin:$PATH"
103
104
-# Set toolchain path only if flavor != vanilla
105
RUN if [ "$FLAVOR" != "vanilla" ]; then \
106
export CMAKE_TOOLCHAIN_FILE=/workspace/cmake/toolchain/${FLAVOR}.cmake && \
107
echo "Using toolchain: $CMAKE_TOOLCHAIN_FILE"; \
0 commit comments