Skip to content

Commit

Permalink
workaround docker user mapping nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieupoumeyrolsonos committed Jan 11, 2024
1 parent b323cb2 commit e85e82a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/cross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ case "$PLATFORM" in
"armv7-unknown-linux-gnueabihf-stretch")
(cd .travis/docker-debian-stretch; docker build --tag debian-stretch .)
docker run -v `pwd`:/tract -w /tract -e PLATFORM=armv7-unknown-linux-gnueabihf debian-stretch ./.travis/cross.sh
sudo chown -R `whoami` .
export RUSTC_TRIPLE=armv7-unknown-linux-gnueabihf
;;

Expand Down

0 comments on commit e85e82a

Please sign in to comment.