Skip to content

Commit

Permalink
Test architecture arm/v6 (part 16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mansuf committed Jun 7, 2024
1 parent 41d2389 commit 13c9fba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile.optional
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ RUN chmod +x ./arm_v6_workaround.sh
RUN ./arm_v6_workaround.sh

# Setup rust
RUN apt update && apt install wget
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
Expand Down
2 changes: 1 addition & 1 deletion arm_v6_workaround.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo $CPU_FLAGS
apt update
apt install libc6-armhf-cross
# export LD_LIBRARY_PATH=/usr/arm-linux-gnueabihf/lib
export QEMU_LD_PREFIX=/usr/arm-linux-gnueabi
# export QEMU_LD_PREFIX=/usr/arm-linux-gnueabi
ln -s /usr/arm-linux-gnueabihf/lib/ld-linux-armhf.so.3 /lib/ld-linux-armhf.so.3
# if [ $ARCHITECTURE = "armv7l" ] && ! [[ $CPU_FLAGS =~ "v_vmsave_vmlo" ]]; then
# apt install libc6-armhf-cross
Expand Down

0 comments on commit 13c9fba

Please sign in to comment.