Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed May 12, 2024
1 parent fb2ca31 commit 2112ca0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- name: Install deps (Ubuntu)
run: sudo apt-get install -y uuid-dev
if: runner.os == 'linux'
- name: Build Chez
run: make chez_kernel
- name: Build and test
run: |
echo "Using Chez Scheme version ${{ env.CHEZ_SCHEME_VERSION }}"
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ else
cd $(csdir) && ./configure --threads && make
endif

.PHONY: chez_kernel
chez_kernel: $(cskernel)

$(zlib): $(cskernel)

$(lz4): $(cskernel)
Expand Down

0 comments on commit 2112ca0

Please sign in to comment.