Skip to content

Commit

Permalink
to revert - targeting only valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Jun 21, 2024
1 parent 65c4478 commit 042b24e
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions .github/workflows/create-publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,20 @@ jobs:
matrix:
# NOTE: valgrind container is fedora, gcc, devel
# see https://r-hub.github.io/containers/containers.html#valgrind
target-os: ['debian', 'fedora']
# target-os: ['debian', 'fedora']
target-os: ['debian']
compiler: ['gcc', 'clang']
r-version: ['devel', 'release', 'patched']
exclude:
- target-os: 'fedora'
r-version: 'release'
- target-os: 'fedora'
r-version: 'patched'
- compiler: 'clang'
r-version: 'patched'
- compiler: 'clang'
r-version: 'release'
- target-os: 'debian'
# - target-os: 'fedora'
# r-version: 'release'
# - target-os: 'fedora'
# r-version: 'patched'
# - compiler: 'clang'
# r-version: 'patched'
# - compiler: 'clang'
# r-version: 'release'
include:
- target-os: 'valgrind'
compiler: 'gcc'
Expand Down Expand Up @@ -117,18 +119,20 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:
target-os: ['debian', 'fedora']
# target-os: ['debian', 'fedora']
target-os: ['debian']
compiler: ['gcc', 'clang']
r-version: ['devel', 'release', 'patched']
exclude:
- target-os: 'fedora'
r-version: 'release'
- target-os: 'fedora'
r-version: 'patched'
- compiler: 'clang'
r-version: 'patched'
- compiler: 'clang'
r-version: 'release'
- target-os: 'debian'
# - target-os: 'fedora'
# r-version: 'release'
# - target-os: 'fedora'
# r-version: 'patched'
# - compiler: 'clang'
# r-version: 'patched'
# - compiler: 'clang'
# r-version: 'release'
include:
- target-os: 'valgrind'
compiler: 'gcc'
Expand Down

0 comments on commit 042b24e

Please sign in to comment.