Skip to content

Commit

Permalink
xos bootstrap, fix up podman build
Browse files Browse the repository at this point in the history
  • Loading branch information
rsepassi committed Mar 26, 2024
1 parent c15c9a3 commit d523aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/xos/bootstrap/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pkg-config
"
for script in $scripts
do
ln -s "$xosroot/pkg/xos/src/$script" "$tools"
cp "$xosroot/pkg/xos/src/$script" "$tools"
done
ln -s cc "$tools/ld"
ln -s tools/xos_internal_build "$out/build"
Expand Down
1 change: 1 addition & 0 deletions pkg/xos/bootstrap/podman_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ podman run \
-w /root/xos \
alpine:3.19 \
/root/xos/pkg/xos/bootstrap/build.sh
./build/bootstrap/out/build xos

0 comments on commit d523aed

Please sign in to comment.