attempt 0: fix i386 whitelist
Some checks failed
Generate and commit i386 whitelist / build (push) Failing after 28s
Some checks failed
Generate and commit i386 whitelist / build (push) Failing after 28s
This commit is contained in:
parent
203c67dd58
commit
12978483fa
2
.github/gen-i386-whitelist
vendored
2
.github/gen-i386-whitelist
vendored
@ -1 +1 @@
|
|||||||
0
|
1
|
||||||
|
3
.github/workflows/gen-i386-whitelist.yml
vendored
3
.github/workflows/gen-i386-whitelist.yml
vendored
@ -19,9 +19,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Get script depends
|
|
||||||
run: apt-get install -y python3-numpy
|
|
||||||
|
|
||||||
- name: Generate whitelist json files
|
- name: Generate whitelist json files
|
||||||
run: chmod +x ./gen-i386-whitelist.sh && ./gen-i386-whitelist.sh
|
run: chmod +x ./gen-i386-whitelist.sh && ./gen-i386-whitelist.sh
|
||||||
|
|
||||||
|
@ -6,5 +6,6 @@ mkdir -p ./generated-output/bin-names-of-src-lists
|
|||||||
chmod +x ./scripts/get-bin-name-from-src.sh
|
chmod +x ./scripts/get-bin-name-from-src.sh
|
||||||
chmod +x ./scripts/gen-apt-config.py
|
chmod +x ./scripts/gen-apt-config.py
|
||||||
apt-get update -y
|
apt-get update -y
|
||||||
|
apt-get install -y python3-numpy
|
||||||
./scripts/gen-apt-config.py
|
./scripts/gen-apt-config.py
|
||||||
./scripts/gen-bin-lists.py
|
./scripts/gen-bin-lists.py
|
||||||
|
Loading…
Reference in New Issue
Block a user