Skip to content

Commit

Permalink
Merge pull request #45 from billywhizz/main
Browse files Browse the repository at this point in the history
a bunch of things i don't have time to document
  • Loading branch information
billywhizz authored Jan 15, 2025
2 parents f29adcd + 2514178 commit 8f43ae3
Show file tree
Hide file tree
Showing 97 changed files with 3,401 additions and 1,817 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install jsonschema
brew install lz4 zstd openssl@3
./lo test/build.js
./lo build runtime runtimes/lo
./lo build runtime runtime/lo
- name: upload runtime artifact
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
pip install jsonschema
brew install lz4 zstd openssl@3
./lo test/build.js
./lo build runtime runtimes/lo
./lo build runtime runtime/lo
- name: upload runtime artifact
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
make check
sudo apt-get install -qy libffi-dev liblz4-dev libseccomp-dev libsqlite3-dev libtcc-dev zlib1g-dev tcc
./lo test/build.js
./lo build runtime runtimes/lo
./lo build runtime runtime/lo
- name: upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
make check
brew install lz4 zstd openssl@3
./lo build runtime runtimes/lo
./lo build runtime runtime/lo
- name: compress runtime
run: |
gzip -9 -c lo > lo-mac-${{ matrix.platform }}.gz
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
make check
brew install lz4 zstd openssl@3
./lo build runtime runtimes/lo
./lo build runtime runtime/lo
- name: compress runtime
run: |
gzip -9 -c lo > lo-mac-${{ matrix.platform }}.gz
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
run: |
make check
sudo apt-get install -qy libffi-dev liblz4-dev libseccomp-dev libsqlite3-dev libtcc-dev zlib1g-dev tcc
./lo build runtime runtimes/lo
./lo build runtime runtime/lo
- name: compress runtime
run: |
gzip -9 -c lo > lo-linux-x64.gz
Expand Down
339 changes: 0 additions & 339 deletions BOOK.md

This file was deleted.

Loading

0 comments on commit 8f43ae3

Please sign in to comment.