File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,6 @@ jobs:
100
100
python -m asv gh-pages -v --rewrite
101
101
102
102
code_coverage :
103
- needs : [cibw_docker_image]
104
103
runs-on : " ubuntu-22.04"
105
104
container :
106
105
image : quay.io/pypa/manylinux_2_28_x86_64:latest
@@ -129,7 +128,7 @@ jobs:
129
128
- name : Install deps
130
129
run : |
131
130
yum update -y
132
- yum install -y zip flex bison gcc-toolset-11 -gdb gcc-toolset-10-libatomic-devel krb5-devel cyrus-sasl-devel openssl-devel \
131
+ yum install -y zip flex bison gcc-toolset-10 -gdb gcc-toolset-10-libatomic-devel krb5-devel cyrus-sasl-devel openssl-devel \
133
132
unzip tar epel-release jq wget libcurl-devel python3 \
134
133
python3-devel python3-pip perl-IPC-Cmd
135
134
Original file line number Diff line number Diff line change 96
96
unzip tar epel-release jq wget libcurl-devel python3 \
97
97
python3-devel python3-pip perl-IPC-Cmd
98
98
99
+ export CMAKE_C_COMPILER=/opt/rh/gcc-toolset-10/root/bin/gcc
100
+ export CMAKE_CXX_COMPILER=/opt/rh/gcc-toolset-10/root/bin/g++
101
+ export LD_LIBRARY_PATH=/opt/rh/gcc-toolset-10/root/usr/lib64:/opt/rh/gcc-toolset-10/root/usr/lib:/opt/rh/gcc-toolset-10/root/usr/lib64/dyninst:${LD_LIBRARY_PATH}
102
+ export PATH=/opt/rh/gcc-toolset-10/root/usr/bin:${PATH}
103
+
99
104
yum install -y mono-complete
100
105
101
106
yum clean all
You can’t perform that action at this time.
0 commit comments