Skip to content

Commit 60b8fd2

Browse files
committed
Smaller config for arm
1 parent 8e5fb3f commit 60b8fd2

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
/bin/bash script/prepare_linux_arm.sh
172172
python3 script/check_release.py --version ${build_version} --build-type ${build_type}
173173
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}
175175
python3 script/archive.py --version ${build_version} --build-type ${build_type}
176176
echo "Produced artifact at ${PWD}/${artifact_name}"
177177
- uses: uraimo/[email protected]
@@ -198,7 +198,7 @@ jobs:
198198
cd /checkout
199199
/bin/bash script/prepare_linux_arm.sh
200200
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}
202202
echo "Verified build"
203203
- uses: actions/upload-artifact@v4
204204
if: ${{ github.event.inputs.skip_release != 'true' && github.ref == 'refs/heads/main' }}

script/prepare_linux_arm.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ set -o errexit -o nounset -o pipefail
44
export DEBIAN_FRONTEND=noninteractive
55

66
apt-get update -y
7-
apt-get install binutils build-essential -y
87
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
139
apt-get install clang -y

0 commit comments

Comments
 (0)