Skip to content

Commit 523380e

Browse files
committed
Update .github/workflows/ubuntu-ci-x86_64-*.yaml: remove old prefer syntax
1 parent a22ae76 commit 523380e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ubuntu-ci-x86_64-gnu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
# Set compiler and MPI specs
115115
spack config add "packages:mpi:require:['[email protected]']"
116-
spack config add "packages:all:prefer:['%gcc']"
116+
#spack config add "packages:all:prefer:['%gcc']"
117117
118118
# Add additional variants for MET packages, different from config/common/packages.yaml
119119
spack config add "packages:met:variants:+python +grib2 +graphics +lidar2nc +modis"

.github/workflows/ubuntu-ci-x86_64-oneapi-ifx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
# Set compiler and MPI specs
121121
spack config add "packages:mpi:buildable:False"
122122
spack config add "packages:mpi:require:['[email protected]']"
123-
spack config add "packages:all:prefer:['%oneapi']"
123+
#spack config add "packages:all:prefer:['%oneapi']"
124124
125125
# Add additional variants for MET packages, different from config/common/packages.yaml
126126
spack config add "packages:met:variants:+python +grib2 +graphics +lidar2nc +modis"

.github/workflows/ubuntu-ci-x86_64-oneapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
# Set compiler and MPI specs
121121
spack config add "packages:mpi:buildable:False"
122122
spack config add "packages:mpi:require:['[email protected]']"
123-
spack config add "packages:all:prefer:['%oneapi']"
123+
#spack config add "packages:all:prefer:['%oneapi']"
124124
125125
# Add additional variants for MET packages, different from config/common/packages.yaml
126126
spack config add "packages:met:variants:+python +grib2 +graphics +lidar2nc +modis"

0 commit comments

Comments
 (0)