fix archlinux and fedora dockers

This commit is contained in:
Philippe Teuwen 2023-07-16 17:25:43 +02:00
commit a54097e19c
7 changed files with 16 additions and 4 deletions

View file

@ -39,4 +39,9 @@ pacman -Ss '^gcc$'
# sudo pacman -S testing/gcc
# sudo pacman -S gcc
python3 -m venv /tmp/venv
source /tmp/venv/bin/activate
python3 -m pip install --use-pep517 pyaes
python3 -m pip install ansicolors sslcrypto
tools/release_tests.sh
deactivate