File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171
171
/bin/bash script/prepare_linux_arm.sh
172
172
python3 script/check_release.py --version ${build_version} --build-type ${build_type}
173
173
python3 script/checkout.py --version ${build_version}
174
- python3 script/build.py --build-type ${build_type} --build-type ${build_type}
174
+ python3 script/build.py --build-type ${build_type}
175
175
python3 script/archive.py --version ${build_version} --build-type ${build_type}
176
176
echo "Produced artifact at ${PWD}/${artifact_name}"
177
177
@@ -198,7 +198,7 @@ jobs:
198
198
cd /checkout
199
199
/bin/bash script/prepare_linux_arm.sh
200
200
python3 script/checkout.py --version ${build_version}
201
- python3 script/build.py --build-type ${build_type} --build-type ${build_type}
201
+ python3 script/build.py --build-type ${build_type}
202
202
echo "Verified build"
203
203
- uses : actions/upload-artifact@v4
204
204
if : ${{ github.event.inputs.skip_release != 'true' && github.ref == 'refs/heads/main' }}
Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ set -o errexit -o nounset -o pipefail
4
4
export DEBIAN_FRONTEND=noninteractive
5
5
6
6
apt-get update -y
7
- apt-get install binutils build-essential -y
8
7
apt-get install python3 -y
9
- apt-get install --fix-broken python-pycurl python-apt python3-software-properties -y
10
- apt-get install software-properties-common -y
11
- add-apt-repository ppa:git-core/ppa -y
12
- apt-get install git fontconfig libfontconfig1-dev libgl-dev curl wget -y
8
+ apt-get install git fontconfig libfontconfig1-dev libgl-dev -y
13
9
apt-get install clang -y
You can’t perform that action at this time.
0 commit comments