Skip to content

Commit

Permalink
Remove Procmon tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 13, 2024
1 parent 59e6ef9 commit 77ab6fd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
working-directory: ../sbcl
run: |
choco install sbcl -source tools-for-build
choco install procmon
- name: build sbcl
working-directory: ../sbcl
env:
Expand Down Expand Up @@ -92,7 +91,6 @@ jobs:
popd
popd
D:\a\_temp\setup-msys2\msys2.CMD -c "gcc -Wall -o example example.c -lcalc -lsbcl_librarian"
.\trace.ps1
if ((echo '(+ 1 2)' | .\example.exe) -match "3") { exit 0 } else { exit 1 }
if ((echo '(+ 1 2)' | python example.py) -match "3") { exit 0 } else { exit 1 }
if ((python exhaust_heap.py) -match "attempt 1") { exit 0 } else { exit 1 }
Binary file removed examples/libcalc/libcalc.pmc
Binary file not shown.
7 changes: 0 additions & 7 deletions examples/libcalc/trace.ps1

This file was deleted.

0 comments on commit 77ab6fd

Please sign in to comment.