Skip to content

Commit

Permalink
Don't use debugger right now
Browse files Browse the repository at this point in the history
We can't do it unless I run docker command
  • Loading branch information
SeanTAllen committed Aug 5, 2023
1 parent 89865ac commit eee210d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,16 @@ jobs:
- name: Git Fuckery
run: git config --global --add safe.directory /__w/ponyc/ponyc
- name: Libs
run: make libs build_flags=-j2
run: make libs build_flags=-j4
- name: Debug Configure
run: make configure arch=x86-64 config=debug
- name: Debug Build
run: make build config=debug
- name: Debug Test
run: make test-ci config=debug usedebugger='lldb'
run: make test-ci config=debug
- name: Release Configure
run: make configure arch=x86-64 config=release
- name: Release Build
run: make build config=release
- name: Release Test
run: make test-ci config=release usedebugger='lldb'
run: make test-ci config=release

0 comments on commit eee210d

Please sign in to comment.