Skip to content

Commit

Permalink
CI: use new lcg100 and 99python2 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Aug 23, 2021
1 parent 087b638 commit 81cc7da
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ jobs:
strategy:
fail-fast: false
matrix:
COMPILER: [gcc8, gcc9, clang10]
COMPILER: [gcc10, clang11]
LCG: [100]
include:
- COMPILER: gcc8
LCG: 99python2

steps:
- uses: actions/checkout@v2
- uses: cvmfs-contrib/github-action-cvmfs@v2
- uses: aidasoft/run-lcg-view@v3
with:
view-path: "/cvmfs/clicdp.cern.ch/iLCSoft/lcg/97/nightly/x86_64-centos7-${{ matrix.COMPILER }}-opt"
view-path: "/cvmfs/clicdp.cern.ch/iLCSoft/lcg/${{ matrix.LCG }}/nightly/x86_64-centos7-${{ matrix.COMPILER }}-opt"
setup-script: "init_ilcsoft.sh"
run: |
mkdir build
Expand Down

0 comments on commit 81cc7da

Please sign in to comment.