Skip to content

Commit

Permalink
ci,scorpion: temporarly disable scorpion build
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Feb 23, 2023
1 parent 3b57c88 commit 5856421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,17 +376,14 @@ jobs:
strategy:
fail-fast: false
matrix:
code: [examples, lammps, scorpio, tau]
code: [examples, lammps, tau]
include:
- code: examples
repo: ornladios/ADIOS2-Examples
ref: master
- code: lammps
repo: pnorbert/lammps
ref: fix-deprecated-adios-init
- code: scorpio
repo: E3SM-Project/scorpio
ref: scorpio-v1.2.1
- code: tau
repo: ornladios/ADIOS2-Examples
ref: master
Expand Down
2 changes: 1 addition & 1 deletion testing/contract/lammps/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ cmake \
-DBUILD_LIB=no \
-DBUILD_DOC=no \
-DLAMMPS_SIZES=smallbig \
-DPKG_USER-ADIOS=yes \
-DPKG_ADIOS=yes \
${source_dir}/cmake

0 comments on commit 5856421

Please sign in to comment.