Skip to content

Commit

Permalink
Merge pull request #100 from cvanaret/ci_release_mv
Browse files Browse the repository at this point in the history
[CI] added comment in release build
  • Loading branch information
cvanaret authored Nov 16, 2024
2 parents a8dfc67 + f9c2d48 commit 5914ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/julia/build_tarballs_release.jl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if [[ "${target}" == x86_64-apple-darwin* ]]; then
export MACOSX_DEPLOYMENT_TARGET=10.15
# ...and install a newer SDK which supports `std::filesystem`
pushd $WORKSPACE/srcdir/MacOSX10.*.sdk
# CV: replacing rm -rf with mv
# CV: replacing rm -rf with mv to fix https://github.com/cvanaret/Uno/issues/94
# rm -rf /opt/${target}/${target}/sys-root/System
mv /opt/${target}/${target}/sys-root/System /opt/${target}/${target}/sys-root/System_old
cp -ra usr/* "/opt/${target}/${target}/sys-root/usr/."
Expand Down

0 comments on commit 5914ec2

Please sign in to comment.