proxmark3/docker/archlinux
2021-06-25 23:11:16 +02:00
..
docker_build.sh dockerfiles for tests 2020-06-08 02:53:13 +02:00
docker_rm.sh docker scripts 2021-05-23 02:13:18 +02:00
docker_run.sh dockerfiles for tests 2020-06-08 02:53:13 +02:00
Dockerfile fix Archlinux docker 2021-05-13 19:40:51 +02:00
README.md Notes on running tests on Docker Archlinux 2021-06-25 23:11:16 +02:00

Notes to install latest gcc and arm-none-eabi-gcc

cat << EOF |sudo tee -a /etc/pacman.conf

[testing]
Include = /etc/pacman.d/mirrorlist

[community-testing]
Include = /etc/pacman.d/mirrorlist

[staging]
Include = /etc/pacman.d/mirrorlist
EOF

sudo pacman -Sy

# serch available versions
pacman -Ss '^arm-none-eabi-gcc$'
pacman -Ss '^gcc$'

# depending on where the latest bleeding edge is:
sudo pacman -S community-testing/arm-none-eabi-gcc
sudo pacman -S arm-none-eabi-gcc
sudo pacman -S staging/gcc
sudo pacman -S testing/gcc
sudo pacman -S gcc

Notes to run tests

Add first the mirrors, see above

sudo pacman -S python
sudo pacman -S python-pip
python3 -m pip install ansicolors sslcrypto
tools/pm3_tests.sh --long