Skip to content

Commit

Permalink
Extract OpenSSL libs from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
twaritwaikar committed Aug 8, 2022
1 parent dcdd042 commit c38a44d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
./build_openssl_universal_osx.sh
scons platform=osx target=release bits=64 godot_cpp=yes generate_bindings=yes use_custom_api_file=yes custom_api_file=api.ci.json macos_arch=universal macos_deployment_target=10.13 use_llvm=yes -j $(sysctl -n hw.logicalcpu)
otool -L demo/addons/godot-git-plugin/osx/libgitapi.dylib
cp -r thirdparty/openssl/ demo/
- uses: actions/upload-artifact@v2
with:
name: godot-git-plugin-macos-release-x64-${{ github.sha }}
Expand Down
1 change: 0 additions & 1 deletion build_openssl_universal_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ cd openssl_x86_64
./Configure darwin64-x86_64-cc -mmacosx-version-min=10.13
make
cd ../
pwd
lipo -create openssl_arm64/libcrypto.a openssl_x86_64/libcrypto.a -output thirdparty/openssl/libcrypto.a
lipo -create openssl_arm64/libssl.a openssl_x86_64/libssl.a -output thirdparty/openssl/libssl.a
rm openssl-$OPENSSL_VERSION.tar.gz

0 comments on commit c38a44d

Please sign in to comment.