summaryrefslogtreecommitdiffstats
path: root/screwdriver.yaml
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2023-10-31 13:38:58 +0100
committerArnstein Ressem <aressem@yahooinc.com>2023-10-31 13:38:58 +0100
commit775c4c049f508f1db12677d65f7a127f182d25b7 (patch)
tree7f8d0b700da5c56547918a08b41c9e58e89e2be5 /screwdriver.yaml
parente0bbf285a249ec66680831fd99dd1117d3a86d5f (diff)
Reorder.
Diffstat (limited to 'screwdriver.yaml')
-rw-r--r--screwdriver.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/screwdriver.yaml b/screwdriver.yaml
index 86965bb22e4..2fefc188a61 100644
--- a/screwdriver.yaml
+++ b/screwdriver.yaml
@@ -158,15 +158,15 @@ 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 java
+ time ./bootstrap.sh full
time ./mvnw -T $NUM_THREADS $VESPA_MAVEN_EXTRA_OPTS install &> build_java.log &
cmake3 -DVESPA_UNPRIVILEGED=no $VESPA_CMAKE_SANITIZERS_OPTION .
time make -j ${NUM_THREADS}
time ctest3 --output-on-failure -j ${NUM_THREADS}
ccache --show-stats
- time make -j ${NUM_THREADS} install DESTDIR=$WORKDIR/vespa-install
wait
cat build_java.log
+ time make -j ${NUM_THREADS} install DESTDIR=$WORKDIR/vespa-install
- build-sample-apps: |
(cd $WORKDIR/sample-apps && time ../vespa/mvnw -T $NUM_THREADS $VESPA_MAVEN_EXTRA_OPTS package)
- verify-rpm-build: |