File tree Expand file tree Collapse file tree 8 files changed +3
-8
lines changed Expand file tree Collapse file tree 8 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 58
58
if : runner.os == 'macOS'
59
59
run : |
60
60
pipx install meson==1.7.2
61
- brew install automake nasm python-packaging
61
+ brew install automake nasm
62
62
- name : Build ${{ matrix.platform }}
63
63
run : ./build.sh ${{ matrix.platform }}
64
64
- name : Upload ${{ matrix.platform }} artifact
Original file line number Diff line number Diff line change 54
54
&& \
55
55
cargo install cargo-c --locked && \
56
56
ln -s /usr/bin/cmake3 /usr/bin/cmake && \
57
- pip3 install meson==1.7.2 ninja packaging tomli
57
+ pip3 install meson==1.7.2 ninja tomli
58
58
59
59
# Compiler settings
60
60
ENV \
Original file line number Diff line number Diff line change 27
27
libtool \
28
28
ninja-build \
29
29
pkg-config \
30
- python3-packaging \
31
30
python3-pip \
32
31
&& \
33
32
mkdir /root/tools && \
Original file line number Diff line number Diff line change 30
30
pipx \
31
31
pkgconf \
32
32
pkgconf:ppc64el \
33
- python3-packaging \
34
33
python3-tomli \
35
34
&& \
36
35
curl https://sh.rustup.rs -sSf | sh -s -- -y \
Original file line number Diff line number Diff line change 30
30
pipx \
31
31
pkgconf \
32
32
pkgconf:s390x \
33
- python3-packaging \
34
33
python3-tomli \
35
34
&& \
36
35
curl https://sh.rustup.rs -sSf | sh -s -- -y \
Original file line number Diff line number Diff line change 53
53
&& \
54
54
cargo install cargo-c --locked && \
55
55
ln -s /usr/bin/cmake3 /usr/bin/cmake && \
56
- pip3 install meson==1.7.2 ninja packaging tomli
56
+ pip3 install meson==1.7.2 ninja tomli
57
57
58
58
# Compiler settings
59
59
ENV \
Original file line number Diff line number Diff line change 34
34
ninja \
35
35
openssl-dev \
36
36
pkgconf \
37
- py3-packaging \
38
37
py3-pip \
39
38
python3 \
40
39
&& \
Original file line number Diff line number Diff line change 35
35
ninja \
36
36
openssl-dev \
37
37
pkgconf \
38
- py3-packaging \
39
38
py3-pip \
40
39
python3 \
41
40
&& \
You can’t perform that action at this time.
0 commit comments