File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 47
47
- uses : actions/checkout@master
48
48
with :
49
49
submodules : recursive
50
+ - name : Create default conan profile
51
+ run : conan profile detect
50
52
- name : Build wheel
51
53
run : PYTHONPATH=$PYTHONPATH:/opt/rh/python27/root/usr/lib/python2.7/site-packages /usr/bin/python2.7 ./setup.py bdist_wheel
52
54
- name : Auditwheel
@@ -134,6 +136,8 @@ jobs:
134
136
run : python2 -m pip install setuptools wheel
135
137
- name : Install conan
136
138
run : python3 -m pip install conan
139
+ - name : Create default conan profile
140
+ run : conan profile detect
137
141
- name : Add conancenter remote
138
142
run : conan remote add -f conancenter https://center.conan.io
139
143
- name : Build wheel
@@ -169,6 +173,8 @@ jobs:
169
173
run : python2 -m pip install setuptools==41.0.1 wheel==0.33.1
170
174
- name : Install conan
171
175
run : python3 -m pip install conan
176
+ - name : Create default conan profile
177
+ run : conan profile detect
172
178
- name : Add conancenter remote
173
179
run : conan remote add -f conancenter https://center.conan.io
174
180
- name : Build wheel
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ FROM quay.io/pypa/manylinux2014_x86_64
8
8
RUN yum install -y python3 python27-python-pip glibc-headers python2-devel python3-devel
9
9
RUN /usr/bin/python3 -m ensurepip --upgrade
10
10
RUN PYTHONPATH=$PYTHONPATH:/opt/rh/python27/root/usr/lib/python2.7/site-packages /usr/bin/python2.7 -m pip install --upgrade 'setuptools<45.0.0' 'wheel<0.38'
11
- RUN /usr/bin/python3 -m pip install --upgrade conan wheel
11
+ RUN /usr/bin/python3 -m pip install --upgrade conan==1.* wheel
12
12
RUN mv /usr/local/bin/conan /usr/local/bin/conan_
13
13
COPY conan_workaround /usr/local/bin/conan
14
14
RUN chmod +x /usr/local/bin/conan
15
+ RUN conan profile new default --detect
15
16
RUN conan remote add -f conancenter https://center.conan.io
Original file line number Diff line number Diff line change 1
- 0.1.6a1
1
+ 0.1.6a2
You can’t perform that action at this time.
0 commit comments