Skip to content

Commit

Permalink
remove build matrix, skips
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored Oct 5, 2023
1 parent 85f409e commit f4e4e72
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/github_autotools_intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@ on: pull_request
jobs:
intel-autotools:
runs-on: ubuntu-latest
strategy:
matrix:
io-flag: ["--disable-deprecated-io", "--enable-deprecated-io"]
container:
image: intel/oneapi-hpckit:2023.1.0-devel-ubuntu20.04
env:
CC: mpiicc
FC: mpiifort
CFLAGS: "-I/libs/include"
FCFLAGS: "-I/libs/include -g -traceback ${{ matrix.io-flag }}"
FCFLAGS: "-I/libs/include -g -traceback"
LDFLAGS: "-L/libs/lib"
TEST_VERBOSE: 1
I_MPI_FABRICS: "shm" # needed for mpi in image
# intel bug causes some failures with shm option(required in container)
SKIP_TESTS: "test_mpp_update_domains.1 test_update_domains_performance.1 test_diag_manager2.23"
steps:
- name: Cache dependencies
id: cache
Expand Down Expand Up @@ -49,7 +44,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: Configure
run: autoreconf -if ./configure.ac && ./configure --with-yaml
run: autoreconf -if ./configure.ac && ./configure --with-yaml --enable-deprecated-io
- name: Compile
run: make -j || make
- name: Run test suite
Expand Down

0 comments on commit f4e4e72

Please sign in to comment.