Skip to content

Commit

Permalink
feat(action): fix v8 compiler action
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed May 14, 2024
1 parent 018b45a commit 3581c8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/3rd_prebuilt_v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,13 +221,12 @@ jobs:
working-directory: ./v8
run: |
export PATH=/usr/local/opt/depot_tools:$PATH
sudo apt-get install lsb-release
./build/install-build-deps.sh
gn gen out --args="target_os=\"android\" target_cpu=\"${{ matrix.cpu }}\" v8_target_cpu=\"${{ matrix.cpu }}\" android_ndk_root=\"${ANDROID_NDK_HOME}\" is_component_build=false v8_monolithic=true android32_ndk_api_level=21 android64_ndk_api_level=21 clang_use_chrome_plugins=false use_thin_lto=false use_custom_libcxx=false ${{ github.event.inputs.build_type == 'release' && 'is_debug=false is_official_build=true' || 'is_debug=true' }} ${{ github.event.inputs.build_args }}"
- name: Compile ${{ matrix.arch }}
working-directory: ./v8
run: |
export PATH=/usr/local/opt/depot_tools:$PATH
apt-get install -y ninja-build
ninja -C out v8_monolith
- name: Prepare package
working-directory: ./v8/out
Expand Down

0 comments on commit 3581c8c

Please sign in to comment.