Skip to content

Commit

Permalink
Debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed May 14, 2024
1 parent d4d9a6d commit 4cff6b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
run: |
PATH=$PATH:"/c/Program Files/Steel Bank Common Lisp/1.4.14"
export PATH
unix2dos ../sbcl-librarian/.github/workflows/non-static-lossage-handler-win32.patch
dos2unix ../sbcl-librarian/.github/workflows/non-static-lossage-handler-win32.patch
cat ../sbcl-librarian/.github/workflows/non-static-lossage-handler-win32.patch
cat src/runtime/interr.c | head -n 60
git apply ../sbcl-librarian/.github/workflows/non-static-lossage-handler-win32.patch
./make.sh --xc-host='sbcl --lose-on-corruption --disable-ldb --disable-debugger' --with-sb-linkable-runtime
- name: install quicklisp
Expand Down

0 comments on commit 4cff6b0

Please sign in to comment.