Skip to content

Commit

Permalink
make openssl for android separately to avoid segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
luc committed May 13, 2024
1 parent 686335b commit 6cb239c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build-dep-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: prebuilt-openssl-windows
path: ${{ github.workspace }}/externals/prebuilt/win64_openssl

build-linux-and-android:
build-linux:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand All @@ -50,15 +50,18 @@ jobs:
name: prebuilt-openssl-linux
path: ${{ github.workspace }}/externals/prebuilt/linux_openssl_3.2.1

build-android:
runs-on: ubuntu-22.04
steps:
- name: Run android build script
working-directory: ${{ github.workspace }}/externals/prebuild_scripts/
run: ./build_openssl_for_andV8.sh

- name: Archive prebuilt andv8
- name: Archive prebuilt andV8
uses: actions/upload-artifact@v3
with:
name: prebuilt-openssl-andv8
path: ${{ github.workspace }}/externals/prebuilt/andv8_openssl_3.2.1
name: prebuilt-openssl-andV8
path: ${{ github.workspace }}/externals/prebuilt/andV8_openssl_3.2.1
build-macos:
runs-on: macos-13
steps:
Expand Down

0 comments on commit 6cb239c

Please sign in to comment.