python wheel package build #109
Annotations
2 errors and 1 warning
Command ['sh', '-c', 'wget https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz && tar xf gmp-6.3.0.tar.xz && cd gmp-6.3.0 && ./configure --enable-static -enable-cxx --enable-shared && make -j8 && make install && cd .. git clone https://github.com/meelgroup/cadical.git && cd cadical && git checkout add_dynamic_lib && CXXFLAGS=-fPIC ./configure && make -j4 && cd .. && git clone https://github.com/meelgroup/cadiback.git && cd cadiback && git checkout mate && ./configure && make -j4 && make install && cd ..\n'] failed with code 127.
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading