|
|
@ -110,9 +110,6 @@ jobs:
|
|
|
|
echo WASI_SDK_CI_TOOLCHAIN_CMAKE_ARGS="$cmake_args" >> $GITHUB_ENV
|
|
|
|
echo WASI_SDK_CI_TOOLCHAIN_CMAKE_ARGS="$cmake_args" >> $GITHUB_ENV
|
|
|
|
shell: bash
|
|
|
|
shell: bash
|
|
|
|
|
|
|
|
|
|
|
|
- name: Clear ccache statistics
|
|
|
|
|
|
|
|
run: ccache --zero-stats
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Add some extra installed software on each runner as necessary.
|
|
|
|
# Add some extra installed software on each runner as necessary.
|
|
|
|
- name: Setup `wasmtime` for tests
|
|
|
|
- name: Setup `wasmtime` for tests
|
|
|
|
uses: bytecodealliance/actions/wasmtime/setup@v1
|
|
|
|
uses: bytecodealliance/actions/wasmtime/setup@v1
|
|
|
@ -128,6 +125,9 @@ jobs:
|
|
|
|
run: sudo apt install ccache
|
|
|
|
run: sudo apt install ccache
|
|
|
|
if: runner.os == 'Linux'
|
|
|
|
if: runner.os == 'Linux'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Clear ccache statistics
|
|
|
|
|
|
|
|
run: ccache --zero-stats
|
|
|
|
|
|
|
|
|
|
|
|
- name: Build and test (macOS)
|
|
|
|
- name: Build and test (macOS)
|
|
|
|
run: ./ci/build.sh
|
|
|
|
run: ./ci/build.sh
|
|
|
|
if: runner.os == 'macOS'
|
|
|
|
if: runner.os == 'macOS'
|
|
|
|