aboutsummaryrefslogtreecommitdiffstats
path: root/screwdriver.yaml
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahooinc.com>2021-11-30 13:32:38 +0100
committerHåkon Hallingstad <hakon@yahooinc.com>2021-11-30 13:32:38 +0100
commit6d93c95476bad6662be68d848998954401a556b1 (patch)
treea79b2667787f34989c17a0218a128b1b0cb43e9f /screwdriver.yaml
parent6f7ad78da018a6056c3b94bc4fa77385b125a913 (diff)
Strip in vespa.spec instead
Diffstat (limited to 'screwdriver.yaml')
-rw-r--r--screwdriver.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/screwdriver.yaml b/screwdriver.yaml
index ddd7ef43f6d..597f5f2678e 100644
--- a/screwdriver.yaml
+++ b/screwdriver.yaml
@@ -139,12 +139,7 @@ jobs:
cd $WORKDIR/vespa
export FACTORY_VESPA_VERSION=$VESPA_VERSION
NUM_THREADS=$(( $(nproc) + 2 ))
-
time make -C client/go BIN=$WORKDIR/vespa-install/opt/vespa/bin
- # Otherwise verify-rpm-build fails in find-debuginfo.sh with:
- # dwz: dwz.c:9899: read_dwarf: Assertion `data != ((void *)0) && data->d_buf != ((void *)0)' failed.
- strip -g $WORKDIR/vespa-install/opt/vespa/bin/vespa
-
time ./bootstrap.sh java
time mvn -T $NUM_THREADS $VESPA_MAVEN_EXTRA_OPTS install
cmake3 -DVESPA_UNPRIVILEGED=no .