712e3d101e
All checks were successful
Generate and commit i386 whitelist / build (push) Successful in 4m16s
9 lines
240 B
Bash
Executable File
9 lines
240 B
Bash
Executable File
#! /bin/bash
|
|
rm -rfv ./generated-output/i386
|
|
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
|