Skip to content

Commit

Permalink
removing pgi job and updating clang tpl job
Browse files Browse the repository at this point in the history
  • Loading branch information
kab163 committed May 1, 2023
1 parent 267c343 commit 284c9c5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .gitlab/ruby-build-and-test-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,9 @@ clang_10_0_1_sqlite_experimental:
extends: .build_and_test_on_ruby

# Develop builds against specific tpl version.
pgi_20_1_gcc_local_8_3_1_tpls:
variables:
SPEC: "~shared +fortran ~device_alloc +tools tests=basic %pgi@20.1 cxxflags==\"-rc=/usr/workspace/umpire/pgi/x86_64/local-gcc-8.3.1-rc\" cflags==\"-rc=/usr/workspace/umpire/pgi/x86_64/local-gcc-8.3.1-rc\" fflags==\"-rc=/usr/workspace/umpire/pgi/x86_64/local-gcc-8.3.1-rc\" ^blt@develop"
extends: .build_and_test_on_ruby

clang_10_0_1_tpls:
variables:
SPEC: "~shared +fortran ~device_alloc +tools tests=basic %clang@10.0.1 ^blt@develop"
SPEC: "~shared +fortran ~device_alloc +tools tests=basic %clang@13.0.0 ^blt@develop"
extends: .build_and_test_on_ruby

gcc_8_1_0_tpls:
Expand Down

0 comments on commit 284c9c5

Please sign in to comment.