Skip to content

Commit

Permalink
Revert "Add back patch"
Browse files Browse the repository at this point in the history
This reverts commit d68c862.
  • Loading branch information
kartik-s committed Jun 27, 2024
1 parent 06475ea commit cd9c18e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 31 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
env:
SBCL_MAKE_TARGET_2_OPTIONS: --disable-ldb --disable-debugger
run: |
git apply ../sbcl-librarian/.github/workflows/non-static-lossage-handler.patch
./make.sh --xc-host='sbcl --dynamic-space-size 700MB --lose-on-corruption --disable-ldb --disable-debugger'
./make-shared-library.sh
- name: install quicklisp
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
env:
SBCL_MAKE_TARGET_2_OPTIONS: --disable-ldb --disable-debugger
run: |
git apply ../sbcl-librarian/.github/workflows/non-static-lossage-handler.patch
./make.sh --xc-host='sbcl --lose-on-corruption --disable-ldb --disable-debugger'
./make-shared-library.sh
- name: install quicklisp
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/non-static-lossage-handler-win32.patch

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/non-static-lossage-handler.patch

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path: sbcl
- uses: msys2/setup-msys2@v2
with:
install: mingw-w64-x86_64-gcc make diffutils git python dos2unix
install: mingw-w64-x86_64-gcc make diffutils git python3

- name: install host sbcl
shell: pwsh
Expand All @@ -34,8 +34,6 @@ jobs:
run: |
PATH=$PATH:"/c/Program Files/Steel Bank Common Lisp/1.4.14"
export PATH
dos2unix ../sbcl-librarian/.github/workflows/non-static-lossage-handler-win32.patch
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
working-directory: ../sbcl
Expand Down

0 comments on commit cd9c18e

Please sign in to comment.