Skip to content

Commit

Permalink
WIP trying to get more information on this weird archive/zip issue...
Browse files Browse the repository at this point in the history
  • Loading branch information
aykevl committed Jun 15, 2022
1 parent 6775814 commit 5c874fe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,13 @@ jobs:
sudo tar -C /usr/local -xf xtensa-esp32-elf-gcc8_2_0-esp-2020r2-linux-amd64.tar.gz
sudo ln -s /usr/local/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld /usr/local/bin/xtensa-esp32-elf-ld
rm xtensa-esp32-elf-gcc8_2_0-esp-2020r2-linux-amd64.tar.gz
- run: tinygo test -c archive/zip
- name: Publish zip.test
uses: actions/upload-artifact@v2
with:
name: zip.test.zip
path: zip.test
- run: ./zip.test -v
- run: make tinygo-test-wasi-fast
- run: make smoketest
assert-test-linux:
Expand Down Expand Up @@ -230,6 +237,13 @@ jobs:
run: |
make ASSERT=1
echo "$(pwd)/build" >> $GITHUB_PATH
- run: tinygo test -c archive/zip
- name: Publish zip.test
uses: actions/upload-artifact@v2
with:
name: zip.test.zip
path: zip.test
- run: ./zip.test -v
- name: Test stdlib packages
run: make tinygo-test
- name: Install Xtensa toolchain
Expand Down

0 comments on commit 5c874fe

Please sign in to comment.