Skip to content

Commit

Permalink
check if LD_PRELOAD is still required
Browse files Browse the repository at this point in the history
  • Loading branch information
benegee committed Dec 11, 2023
1 parent a47d01e commit bd70f55
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
t8code_version:
- '1.4.1'
env:
# Necessary for HDF5 to play nice with Julia
LD_PRELOAD: /lib/x86_64-linux-gnu/libcurl.so.4
# Necessary such that libtrixi will not use its own default for the depot path
JULIA_DEPOT_PATH: ~/.julia
steps:
Expand Down Expand Up @@ -215,7 +213,6 @@ jobs:
check_bounds: 'auto'
env:
LIBTRIXI_DEBUG: all
LD_PRELOAD: "" # Disable preloading libcurl.so since it does not work with the JLL-provided libhdf5.so

- name: Run examples
if: ${{ matrix.test_type == 'regular' || matrix.test_type == 'coverage' }}
Expand Down

0 comments on commit bd70f55

Please sign in to comment.