Skip to content

Commit

Permalink
Make a change to the macos build to explore why the github macos CI i…
Browse files Browse the repository at this point in the history
…s crapping out

over libarclite (an old reference counting support lib for objective-C we don't use).
  • Loading branch information
eliotmiranda committed Dec 2, 2024
1 parent 108c8d3 commit 7bc92bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/actions_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ build_macOS() {
pushd "${BUILD_PATH}"

echo "::group::Building ${BUILD_PATH}..."
export LDFLAGS="-v -Xlinker -why_load"
if [[ "${MODE}" == "debug" ]]; then
bash -e ./mvm -d || exit 1
elif [[ "${MODE}" == "assert" ]]; then
Expand Down

0 comments on commit 7bc92bc

Please sign in to comment.