Skip to content

Commit

Permalink
Only run Python
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 4, 2024
1 parent a0d24c6 commit fa09219
Showing 1 changed file with 1 addition 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 @@ -79,6 +79,6 @@ jobs:
popd
nm -gD $CONDA_PREFIX/lib/libsbcl_librarian.so
gcc -Wall -o example example.c -lcalc -lsbcl_librarian -lsbcl
echo "(+ 1 2)" | LD_LIBRARY_PATH="$LIBSBCL_PATH:$CONDA_PREFIX/lib" ./example | tr -d '\n' | grep "> 3> "
# echo "(+ 1 2)" | LD_LIBRARY_PATH="$LIBSBCL_PATH:$CONDA_PREFIX/lib" ./example | tr -d '\n' | grep "> 3> "
echo "(+ 1 2)" | LD_LIBRARY_PATH="$LIBSBCL_PATH:$CONDA_PREFIX/lib" python ./example.py | tr -d '\n' | grep "> 3> "
LD_LIBRARY_PATH="$LIBSBCL_PATH:$CONDA_PREFIX/lib" python ./exhaust_heap.py | grep "returned to Python after heap exhaustion (attempt 1)"

0 comments on commit fa09219

Please sign in to comment.