Skip to content

Commit 7bc92bc

Browse files
committed
Make a change to the macos build to explore why the github macos CI is crapping out
over libarclite (an old reference counting support lib for objective-C we don't use).
1 parent 108c8d3 commit 7bc92bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/actions_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ build_macOS() {
106106
pushd "${BUILD_PATH}"
107107

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

0 commit comments

Comments
 (0)