Skip to content

Commit

Permalink
Try passing through LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 4, 2024
1 parent 1093fc9 commit 9356ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
cmake --install .
popd
popd
gcc -Wall -o example example.c -lcalc -lsbcl_librarian
gcc -Wall -o example example.c -lcalc
echo "(+ 1 2)" | ./example | tr -d '\n' | grep "> 3> "
echo "(+ 1 2)" | python ./example.py | tr -d '\n' | grep "> 3> "
python ./exhaust_heap.py | grep "returned to Python after heap exhaustion (attempt 1)"
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ build:
script_env:
- SBCL_SRC
- LIBRARY_PATH
- LD_LIBRARY_PATH # [not osx]
- DYLD_LIBRARY_PATH # [osx]

requirements:
Expand Down

0 comments on commit 9356ca1

Please sign in to comment.