File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ jobs:
235235 run : |
236236 python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
237237 chmod a+x builder
238- ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream
238+ ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream --cmake-extra=-DCMAKE_NO_SYSTEM_FROM_IMPORTED=ON
239239 python3 codebuild/macos_compatibility_check.py
240240
241241 macos-s2n :
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ if (BUILD_DEPS)
7272 )
7373
7474 set (UNSAFE_TREAT_WARNINGS_AS_ERRORS OFF CACHE BOOL "Disable warnings-as-errors when building S2N" )
75+ set (CMAKE_NO_SYSTEM_FROM_IMPORTED ON CACHE BOOL "" )
7576 add_subdirectory (crt/s2n )
7677 endif ()
7778 add_subdirectory (crt/aws-c-sdkutils )
You can’t perform that action at this time.
0 commit comments