Create a dedicated WASI container #108
ci.yml
on: pull_request
Matrix: Build and test (Autoconf)
Matrix: Build and test (Dev container)
Matrix: Build and test (WASI container)
Annotations
4 errors
|
Build and test (WASI container) (ubuntu-latest)
Process completed with exit code 127.
|
|
Build and test (WASI container) (ubuntu-24.04-arm)
Process completed with exit code 127.
|
|
Build and test (Autoconf) (2.72, ubuntu-latest)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -o pipefail -c curl https://ftp.gnu.org/gnu/automake/automake-${AUTOMAKE_VERSION}.tar.gz | tar -xzf - && cd automake-${AUTOMAKE_VERSION} && ./configure --prefix=/usr/local && make && make install" did not complete successfully: exit code: 2
|
|
Build and test (Autoconf) (2.72, ubuntu-24.04-arm)
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -o pipefail -c PATCH_VERBOSE=1 curl https://ftp.gnu.org/gnu/autoconf-archive/autoconf-archive-${AUTOCONF_ARCHIVE_VERSION}.tar.xz | xz -cd - | tar -xf - && cd autoconf-archive-${AUTOCONF_ARCHIVE_VERSION} && patch -p1 -i ../ax_c_float_words_bigendian.diff && ./configure --prefix=/usr/local && make && make install" did not complete successfully: exit code: 2
|