Update github-actions.yml #125
github-actions.yml
on: push
windows-2019
1m 41s
windows-2019-with-fesapi
1m 38s
ubuntu-20
1m 53s
ubuntu-20-java11
1m 56s
Matrix: build_wheels
Matrix: ubuntu-20-java11-with-fesapi
Annotations
10 errors
Build wheels on ubuntu-latest
Command ['sh', '-c', "yum install -y wget gcc-c++ && yum search epel-release && yum info epel-release && yum install -y epel-release && yum --enablerepo=epel install -y cmake3 && cd / && wget https://archives.boost.io/release/1.73.0/source/boost_1_73_0.tar.gz && tar xf boost_1_73_0.tar.gz && cd boost_1_73_0 && ./bootstrap.sh --prefix=/boost-install --with-libraries=filesystem iostreams program_options regex system && ./b2 install && cd / & wget https://archive.apache.org/dist/avro/avro-1.11.3/cpp/avro-cpp-1.11.3.tar.gz && tar xf avro-cpp-1.11.3.tar.gz && sed -i 's/install (TARGETS avrocpp avrocpp_s/install (TARGETS avrocpp_s/' avro-cpp-1.11.3/CMakeLists.txt && sed -i 's/install (TARGETS avrogencpp RUNTIME DESTINATION bin)//' avro-cpp-1.11.3/CMakeLists.txt && mkdir avro-build && cd avro-build && cmake3 -Wno-dev -Wno-deprecated -DBoost_INCLUDE_DIR=/boost-install -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_INSTALL_PREFIX=/avro-install /avro-cpp-1.11.3 && cmake3 --build . -j2 --target avrocpp_s --config Release && cmake3 --install . && cd / && mkdir build && cd build && cmake3 -DCMAKE_BUILD_TYPE=Release -DBoost_INCLUDE_DIR=/boost-install -DAVRO_ROOT=/avro-install -DAVRO_USE_STATIC_LIBS=TRUE -DWITH_PYTHON_WRAPPING=TRUE -DCMAKE_INSTALL_PREFIX:STRING=/fetpapi-install /project && cmake3 --build . -j2 --config Release && cmake3 --install .\n"] failed with code 127.
|
Build wheels on ubuntu-latest
Process completed with exit code 1.
|
windows-2019-with-fesapi
The run was canceled by @philippeVerney.
|
windows-2019-with-fesapi
The operation was canceled.
|
windows-2019
The run was canceled by @philippeVerney.
|
windows-2019
The operation was canceled.
|
ubuntu-20
The run was canceled by @philippeVerney.
|
ubuntu-20
The operation was canceled.
|
ubuntu-20-java11
The run was canceled by @philippeVerney.
|
ubuntu-20-java11
The operation was canceled.
|