github/workflows/cibuildwheel.yml: Add ubuntu aarch64 #88
Annotations
2 errors and 1 warning
Command ['sh', '-c', ' apt-get install --yes wget autoconf automake libtool || yum install -y wget autoconf automake libtool || brew install bash coreutils autoconf automake libtool \n wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew\n sed -i.bak \'/invoke_make/s/install/-j1 install/\' coinbrew\n chmod +x coinbrew\n case "$CIBW_ARCHS" in\n arm64) config_args="--build=arm-apple-darwin";;\n aarch64) config_args="--build=aarch64-unknown-linux-gnu";; \n esac\n ./coinbrew fetch [email protected] --no-third-party && (cd Data/Sample && autoreconf -fi) && eval ./coinbrew build [email protected] --no-third-party --parallel-jobs 16 --prefix=$(pwd)/local --verbosity 4 $config_args || echo ignoring errors\n cat build/Data/Sample/1.2.12/config.log\n'] failed with code 1.
|
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "artifact".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading