File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 55
55
python -m pip install ./clvm_tools
56
56
python -m pip install colorama
57
57
git clone https://github.com/Chia-Network/mpir_gc_x64.git --depth 1
58
- maturin develop --release
58
+ maturin develop --release --carg-extra-args="--features=mpir"
59
59
60
60
- name : Run benchmarks (Windows)
61
61
if : startsWith(matrix.os, 'windows')
Original file line number Diff line number Diff line change 45
45
sh rustup-init.sh -y && \
46
46
yum -y install openssl-devel && \
47
47
yum -y install gmp && \
48
- ls -la /usr/lib64/ && \
48
+ ls -la /opt/rh/devtoolset-10/root/ usr/lib64/ && \
49
49
source $HOME/.cargo/env && \
50
50
rustup target add aarch64-unknown-linux-musl && \
51
51
rm -rf venv && \
56
56
if [ ! -f "activate" ]; then ln -s venv/bin/activate; fi && \
57
57
. ./activate && \
58
58
pip install maturin && \
59
- CC=gcc maturin build --no-sdist --release --strip --manylinux 2014 --cargo-extra-args="--features=openssl,libgmp10 " \
59
+ CC=gcc maturin build --no-sdist --release --strip --manylinux 2014 --cargo-extra-args="--features=openssl,libgmp3 " \
60
60
'
61
61
62
62
- name : Upload artifacts
Original file line number Diff line number Diff line change 72
72
sh rustup-init.sh -y && \
73
73
yum -y install openssl-devel && \
74
74
yum -y install gmp && \
75
- ls -la /usr/lib64 && \
75
+ ls -la /opt/rh/devtoolset-8/root/usr/lib64 && \
76
+ ls -la /opt/rh/devtoolset-8/root/usr/lib && \
76
77
source $HOME/.cargo/env && \
77
78
rustup target add x86_64-unknown-linux-musl && \
78
79
rm -rf venv && \
89
90
. ./activate && \
90
91
pip install --upgrade pip && \
91
92
pip install maturin && \
92
- CC=gcc maturin build --no-sdist --release --strip --manylinux 2010 --cargo-extra-args="--features=openssl,libgmp3 " \
93
+ CC=gcc maturin build --no-sdist --release --strip --manylinux 2010 --cargo-extra-args="--features=openssl,libgmp10 " \
93
94
'
94
95
95
96
- name : Build Windows with maturin on Python ${{ matrix.python }}
@@ -236,7 +237,7 @@ jobs:
236
237
- name : cargo-fuzz
237
238
run : cargo +nightly install cargo-fuzz
238
239
- name : build
239
- run : cargo +nightly fuzz build --cargo-extra-args="--features=openssl"
240
+ run : cargo +nightly fuzz build
240
241
241
242
unit_tests :
242
243
runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments