File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1010 branches :
1111 - main
1212
13+ env :
14+ BUILD_DIR : build
15+ ARTIFACT_DIR : artifacts
16+
1317jobs :
1418 build-windows :
1519 runs-on : windows-latest
1620 env :
17- BUILD_DIR : build
18- ARTIFACT_DIR : artifacts
1921 CC : C:/ProgramData/mingw64/mingw64/bin/gcc.exe
2022 CXX : C:/ProgramData/mingw64/mingw64/bin/g++.exe
2123
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ FROM quay.io/pypa/manylinux2014_x86_64
33
44# install required build tools
55RUN yum install -y \
6- gcc-toolset-10 \
76 make \
87 cmake3 \
98 git \
@@ -13,9 +12,6 @@ RUN yum install -y \
1312 libtool \
1413 && yum clean all
1514
16- # c++17 support
17- SHELL ["/opt/rh/devtoolset-10/root/usr/bin/bash", "-c"]
18-
1915WORKDIR /work
2016
2117# environment variables
You can’t perform that action at this time.
0 commit comments