Skip to content

Commit

Permalink
I hope the new images fixed the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Mar 20, 2024
1 parent 47e70e7 commit fc7f740
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/r_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,7 @@ jobs:
name: r-sanitizers (ubuntu-latest, R-devel, ${{ matrix.compiler }} ASAN/UBSAN)
timeout-minutes: 60
runs-on: ubuntu-latest
# ref: https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container#setting-container-resource-options
# ref: https://docs.docker.com/config/containers/resource_constraints/#limit-a-containers-access-to-memory
container:
image: wch1/r-debug
options: --cpus 2 --memory 8g
container: wch1/r-debug
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -319,7 +315,7 @@ jobs:
all-r-package-jobs-successful:
if: always()
runs-on: ubuntu-latest
needs: [test, test-r-debian-clang]
needs: [test, test-r-sanitizers, test-r-debian-clang]
steps:
- name: Note that all tests succeeded
uses: re-actors/[email protected]
Expand Down

0 comments on commit fc7f740

Please sign in to comment.