From 542deafade9559ea3d0b0bfa002985349bf62e09 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Mon, 16 Oct 2023 13:23:16 +0000 Subject: Just use default cpu architechture for PR builds --- screwdriver/build-vespa.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'screwdriver/build-vespa.sh') diff --git a/screwdriver/build-vespa.sh b/screwdriver/build-vespa.sh index 1f43770b871..72b26e1032e 100755 --- a/screwdriver/build-vespa.sh +++ b/screwdriver/build-vespa.sh @@ -24,8 +24,7 @@ fi build_cpp() { cat /proc/cpuinfo | grep "model name" | head -1 cat /proc/cpuinfo | grep "flags" | head -1 - # TODO This will only build for x86_64 architecture, and is used for pull request builds. - cmake3 -DVESPA_UNPRIVILEGED=no -DDEFAULT_VESPA_CPU_ARCH_FLAGS="-march=skylake" $1 + cmake3 -DVESPA_UNPRIVILEGED=no $1 time make -j ${NUM_THREADS} time ctest3 --output-on-failure -j ${NUM_THREADS} ccache --show-stats -- cgit v1.2.3