Skip to content

Commit 5e91873

Browse files
Danilodanilo-pejovic
authored andcommitted
empty commit
1 parent 7dbece8 commit 5e91873

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ RUN python3 -m venv venv && \
101101

102102
ENV PATH="/workspace/venv/bin:$PATH"
103103

104-
# Set toolchain path only if flavor != vanilla
105104
RUN if [ "$FLAVOR" != "vanilla" ]; then \
106105
export CMAKE_TOOLCHAIN_FILE=/workspace/cmake/toolchain/${FLAVOR}.cmake && \
107106
echo "Using toolchain: $CMAKE_TOOLCHAIN_FILE"; \

0 commit comments

Comments
 (0)