attempt 1: fix i386 whitelist
All checks were successful
Generate and commit i386 whitelist / build (push) Successful in 4m16s
All checks were successful
Generate and commit i386 whitelist / build (push) Successful in 4m16s
This commit is contained in:
parent
12978483fa
commit
712e3d101e
2
.github/gen-i386-whitelist
vendored
2
.github/gen-i386-whitelist
vendored
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user