Commit c34fdc2 1 parent ec7ba55 commit c34fdc2 Copy full SHA for c34fdc2
File tree 2 files changed +1
-11
lines changed
2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
sudo echo -e "[multilib]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf
125
125
sudo pacman -Syu --noconfirm
126
126
sudo pacman -S --noconfirm --needed git gyp mercurial subversion ninja cmake ragel yasm nasm asciidoc enca gperf unzip p7zip gcc-multilib clang python-pip curl lib32-glib2 wget
127
- pip3 install rst2pdf mako
127
+ pip3 install rst2pdf mako https://github.com/mesonbuild/meson/archive/refs/heads/master.zip
128
128
git config --global user.name "github-actions[bot]"
129
129
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
130
130
git config --global pull.rebase true
Original file line number Diff line number Diff line change 8
8
userCommand=$2
9
9
10
10
prepare
11
- build_latest_meson
12
11
if [ " $1 " == " 32" ]; then
13
12
package " 32" " i686"
14
13
elif [ " $1 " == " 64" ]; then
@@ -54,15 +53,6 @@ build() {
54
53
fi
55
54
}
56
55
57
- build_latest_meson () {
58
- if [[ ! -f " $srcdir /meson.pyz" ]]; then
59
- git clone --depth 1 https://github.com/mesonbuild/meson.git /usr/local/src/meson
60
- /usr/local/src/meson/packaging/create_zipapp.py --outfile $srcdir /meson.pyz --interpreter ' /usr/bin/env python3' /usr/local/src/meson
61
- rm -rf /usr/local/src/meson
62
- fi
63
- ln -sf $srcdir /meson.pyz /usr/local/bin/meson
64
- }
65
-
66
56
zip () {
67
57
local bit=$1
68
58
local arch=$2
You can’t perform that action at this time.
0 commit comments