Skip to content

Commit

Permalink
ci: Use libgsl28 in Ubuntu rolling jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
edalm committed Oct 17, 2024
1 parent 4131d38 commit d866e16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions utils/tests/gitlab-ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ weekly-build-ubuntu-rolling-debug:
stage: build
variables:
MODE: debug
LIBGSL: libgsl27
LIBGSL: libgsl28
COMPILER: g++

weekly-build-ubuntu-rolling-default:
Expand All @@ -168,7 +168,7 @@ weekly-build-ubuntu-rolling-default:
stage: build
variables:
MODE: default
LIBGSL: libgsl27
LIBGSL: libgsl28
COMPILER: g++

# Aug. 26, 2023: --disable-eigen is needed to prevent a -Werror=unused-variable
Expand All @@ -179,7 +179,7 @@ weekly-build-ubuntu-rolling-optimized:
stage: build
variables:
MODE: optimized
LIBGSL: libgsl27
LIBGSL: libgsl28
COMPILER: g++
EXTRA_OPTIONS: --disable-eigen

Expand All @@ -192,7 +192,7 @@ weekly-test-ubuntu-rolling-default:
- weekly-build-ubuntu-rolling-default
variables:
MODE: default
LIBGSL: libgsl27
LIBGSL: libgsl28
COMPILER: g++

# Aug. 26, 2023: --disable-eigen is needed to prevent a -Werror=unused-variable
Expand All @@ -205,6 +205,6 @@ weekly-test-ubuntu-rolling-optimized:
- weekly-build-ubuntu-rolling-optimized
variables:
MODE: optimized
LIBGSL: libgsl27
LIBGSL: libgsl28
COMPILER: g++
EXTRA_OPTIONS: --disable-eigen

0 comments on commit d866e16

Please sign in to comment.