From 712e3d101e17d00360db080c9b4c275980ba1b90 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Sun, 13 Oct 2024 21:11:05 +0300 Subject: [PATCH] attempt 1: fix i386 whitelist --- .github/gen-i386-whitelist | 2 +- gen-apt-pins.sh | 1 - gen-i386-whitelist.sh | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) 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