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 3fbf12a commit 8e10f12Copy full SHA for 8e10f12
ci/kokoro/install/Dockerfile.fedora-components
@@ -90,7 +90,7 @@ RUN mkdir -p /h/.ccache; \
90
fi; \
91
true # Ignore all errors, failures in caching should not break the build
92
93
-RUN cmake -DSHARED_LIBS=ON -DBUILD_TESTING=OFF -H. -Bcmake-out
+RUN cmake -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=OFF -H. -Bcmake-out
94
RUN cmake --build cmake-out -- -j "${NCPU:-4}"
95
96
# This is the fun part. We will create a "stage" that contains the source
0 commit comments