summaryrefslogtreecommitdiffstats
path: root/screwdriver.yaml
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2023-10-31 15:16:41 +0100
committerArnstein Ressem <aressem@yahooinc.com>2023-10-31 15:16:41 +0100
commitb25d6dc48f6c21f46a771bbb1fc8d21f1ca1eb9f (patch)
tree3f8bf9b81574b08681017eca7281adffd0c2a7b5 /screwdriver.yaml
parent94b7bfb89156a7b8ce1728b523fe45b5397c66d2 (diff)
Avoid compression
Diffstat (limited to 'screwdriver.yaml')
-rw-r--r--screwdriver.yaml8
1 files changed, 3 insertions, 5 deletions
diff --git a/screwdriver.yaml b/screwdriver.yaml
index 1c856f3ae8b..6f0e113f794 100644
--- a/screwdriver.yaml
+++ b/screwdriver.yaml
@@ -159,14 +159,12 @@ jobs:
fi
time make -C client/go BIN=$WORKDIR/vespa-install/opt/vespa/bin SHARE=$WORKDIR/vespa-install/usr/share install-all
- time ./bootstrap.sh full
- time ./mvnw -T $NUM_THREADS $VESPA_MAVEN_EXTRA_OPTS install &> build_java.log &
+ time ./bootstrap.sh java
+ time ./mvnw -T $NUM_THREADS $VESPA_MAVEN_EXTRA_OPTS install
cmake3 -DVESPA_UNPRIVILEGED=no $VESPA_CMAKE_SANITIZERS_OPTION .
time make -j ${NUM_THREADS}
time ctest3 --output-on-failure -j ${NUM_THREADS}
ccache --show-stats
- wait
- cat build_java.log
time make -j ${NUM_THREADS} install DESTDIR=$WORKDIR/vespa-install
- build-sample-apps: |
if [[ -z "$SD_PULL_REQUEST" ]]; then
@@ -177,7 +175,7 @@ jobs:
ulimit -c 0
time rpmbuild --rebuild --define="_topdir $WORKDIR/vespa-rpmbuild" \
--define "_debugsource_template %{nil}" \
- --define "_binary_payload w3T$(nproc).zstdio" \
+ --define "_binary_payload w0.gzdio" \
--define "installdir $WORKDIR/vespa-install" *.src.rpm
mkdir -p $WORKDIR/system-test/docker/rpms
mv $WORKDIR/vespa-rpmbuild/RPMS/x86_64/*.rpm $WORKDIR/system-test/docker/rpms