Skip to content

Commit

Permalink
preload
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Feb 26, 2025
1 parent 4942f7c commit e3d15db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check-asan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
matrix:
config:
- {os: ubuntu-latest, container: { image: 'ghcr.io/r-hub/containers/gcc13:latest' }, name: 'gcc14'}
- {os: ubuntu-latest, container: { image: 'your-docker-image:latest' }, name: 'fedora-gcc14'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -26,7 +25,7 @@ jobs:
RJAVA_JVM_STACK_WORKAROUND: 0
RGL_USE_NULL: true
R_DONT_USE_TK: true
LD_PRELOAD: /usr/lib64/libasan.so.8
LD_PRELOAD: /usr/lib/gcc/x86_64-linux-gnu/14/libasan.so

steps:
- name: Checkout
Expand Down

0 comments on commit e3d15db

Please sign in to comment.