Skip to content

Commit

Permalink
Fix cross root package sources for x86 ubuntu 18.04 (#748)
Browse files Browse the repository at this point in the history
The `linux` argument doesn't exist in the arcade build-rootfs.sh script, we should be passing the Ubuntu codename. It defaulted to xenial which caused outdated packages to be in the crossrootfs, see dotnet/runtime#79013 (comment)
  • Loading branch information
akoeplinger authored Dec 7, 2022
1 parent a5a8882 commit 73aa681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ubuntu/18.04/cross/x86-linux/hooks/pre-build
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT")
$SCRIPTPATH/../../../../build-scripts/run-arcade-build-rootfs.sh ubuntu-18.04 linux x86 lldb3.9
$SCRIPTPATH/../../../../build-scripts/run-arcade-build-rootfs.sh ubuntu-18.04 bionic x86 lldb3.9

0 comments on commit 73aa681

Please sign in to comment.