Skip to content

Commit

Permalink
Test architecture arm/v6 (part 18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mansuf committed Jun 7, 2024
1 parent f154635 commit cacb50e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion arm_v6_workaround.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ apt-get install libc6-armhf-cross
ln -s /usr/arm-linux-gnueabihf/lib/ld-linux-armhf.so.3 /lib/ld-linux-armhf.so.3

# https://askubuntu.com/a/574174
apt-get install gcc-multilib
# apt-get install gcc-multilib

# https://github.com/zabbix/zabbix-docker/issues/1086
apt-get install libgcc


# export LD_LIBRARY_PATH=/usr/arm-linux-gnueabihf/lib
# export QEMU_LD_PREFIX=/usr/arm-linux-gnueabi
Expand Down

0 comments on commit cacb50e

Please sign in to comment.