disable static build for now until the docker image is ready

master
Andrew Kelley 2019-10-24 14:36:15 -04:00
parent 099532af87
commit 0e9f32d42b
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ pip3 install s3cmd
mkdir build mkdir build
cd build cd build
cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR"
make -j$(nproc) install make -j$(nproc) install
./zig build test ./zig build test