attempt 1: fix i386 whitelist
All checks were successful
Generate and commit i386 whitelist / build (push) Successful in 4m16s

This commit is contained in:
Ward from fusion-voyager-3 2024-10-13 21:11:05 +03:00
parent 12978483fa
commit 712e3d101e
3 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1
2

View File

@ -6,6 +6,5 @@ mkdir -p ./generated-output/bin-names-of-src-lists
chmod +x ./scripts/get-bin-name-from-src.sh
chmod +x ./scripts/gen-apt-config.py
apt-get update -y
apt-get install -y python3-numpy
./scripts/gen-apt-config.py
./scripts/gen-bin-lists.py

View File

@ -4,4 +4,5 @@ mkdir -p ./generated-output/i386
chmod +x ./scripts/get_depend_tree.sh
chmod +x ./scripts/gen-i386-whitelist.py
apt-get update -y
apt-get install -y python3-numpy
./scripts/gen-i386-whitelist.py