Skip to content

Commit c9de8a5

Browse files
committed
[C++] Remove redundant flag.
1 parent b6445f9 commit c9de8a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cppbuild/centos-docker-build-helper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ yum install -y zulu-8
2626
# Run the build
2727
export JAVA_HOME=/usr/lib/jvm/zulu-8
2828
export GRADLE_OPTS="-Dorg.gradle.daemon=false"
29-
scl enable devtoolset-${GCC_VERSION} -- ${SOURCE_DIR}/cppbuild/cppbuild --build-archive-api
29+
scl enable devtoolset-${GCC_VERSION} -- ${SOURCE_DIR}/cppbuild/cppbuild

0 commit comments

Comments
 (0)