Skip to content

Commit 10d6946

Browse files
committed
debug
1 parent a58338c commit 10d6946

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ jobs:
158158
# recompile the example without the --static-swift-stdlib flag
159159
LAMBDA_USE_LOCAL_DEPS=../.. swift build -c release -Xlinker -s
160160
161+
echo "Checking for Foundation or ICU dependencies in ${OUTPUT_DIR}/${OUTPUT_FILE}"
161162
for LIB in ${LIBS_TO_CHECK}; do
162163
# check if the binary has a dependency on Foundation or ICU
163164
ldd ${OUTPUT_DIR}/${OUTPUT_FILE} | grep ${LIB} # return 1 if not found
@@ -169,4 +170,5 @@ jobs:
169170
popd
170171
171172
# exit code is the opposite of the grep exit code
173+
echo "Success: $SUCCESS"
172174
[ $SUCCESS -eq 0 ] && exit 1 || exit 0

0 commit comments

Comments
 (0)