diff --git a/.github/gen-i386-whitelist b/.github/gen-i386-whitelist index d00491f..0cfbf08 100644 --- a/.github/gen-i386-whitelist +++ b/.github/gen-i386-whitelist @@ -1 +1 @@ -1 +2 diff --git a/gen-apt-pins.sh b/gen-apt-pins.sh index a58d138..60e8419 100755 --- a/gen-apt-pins.sh +++ b/gen-apt-pins.sh @@ -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 diff --git a/gen-i386-whitelist.sh b/gen-i386-whitelist.sh index 80df43c..31b1e22 100755 --- a/gen-i386-whitelist.sh +++ b/gen-i386-whitelist.sh @@ -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