]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update pipeline for DP engine upgrade
authorbones_was_here <bones_was_here@xonotic.au>
Thu, 28 Dec 2023 08:03:37 +0000 (18:03 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Thu, 28 Dec 2023 08:50:07 +0000 (18:50 +1000)
The FIXME was fixed (or at least worked around) in DP's Makefile, see
-mno-avx and its comments.

.gitlab-ci.yml

index fcb8cfbe05da5dae10b82bbc63ba083383e2efa4..273fc045a43e6ef550dc6b90ca18ea1b230d6fd5 100644 (file)
@@ -8,7 +8,6 @@ before_script:
   - ln -s $PWD data/xonotic-data.pk3dir\r
 \r
   - export MAKEFLAGS=-j$(nproc); echo MAKEFLAGS=$MAKEFLAGS\r
-#   FIXME: -march=native -mtune=native _changes the hash_, why?!?\r
 # - export CC="gcc -pipe -march=native -mtune=native"\r
   - export CC="gcc -pipe"\r
 \r
@@ -75,7 +74,7 @@ test_sv_game:
     - wget -nv -O data/maps/stormkeep.waypoints https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints\r
     - wget -nv -O data/maps/stormkeep.waypoints.cache https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints.cache\r
 \r
-    - EXPECT=27f38dfbbd72e4bf8f9b540882d5ccbe\r
+    - EXPECT=210a5126bffa3cd2acdb8d62bcec9e11\r
     - HASH=$(${ENGINE} +exec serverbench.cfg\r
       | tee /dev/stderr\r
       | grep '^:'\r