0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-02-01 20:24:56 -05:00

Re-enable aarch64 builds (#628)

This commit is contained in:
Luke Channings 2021-02-19 10:56:11 +00:00 committed by GitHub
parent 33f8a7d12c
commit f796c17791
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,11 +29,11 @@ jobs:
target: x86_64-apple-darwin
variant: release
- os: ubuntu-latest-xl
- os: ${{ github.repository == 'denoland/rusty_v8' && 'ubuntu-latest-xl' || 'ubuntu-latest' }}
target: x86_64-unknown-linux-gnu
variant: debug
- os: ubuntu-latest-xl
- os: ${{ github.repository == 'denoland/rusty_v8' && 'ubuntu-latest-xl' || 'ubuntu-latest' }}
target: x86_64-unknown-linux-gnu
variant: release
@ -41,18 +41,13 @@ jobs:
target: x86_64-pc-windows-msvc
variant: release # Note: we do not support windows debug builds.
# Disabled because an apparent sscache bug causes it to crash with the
# following error:
# [rusty_v8 0.15.0] sccache: error : Invalid checksum
# [rusty_v8 0.15.0] sccache: error : corrupt deflate stream
#
# - os: ubuntu-latest-xl
# target: aarch64-unknown-linux-gnu
# variant: debug
#
# - os: ubuntu-latest-xl
# target: aarch64-unknown-linux-gnu
# variant: release
- os: ${{ github.repository == 'denoland/rusty_v8' && 'ubuntu-latest-xl' || 'ubuntu-latest' }}
target: aarch64-unknown-linux-gnu
variant: debug
- os: ${{ github.repository == 'denoland/rusty_v8' && 'ubuntu-latest-xl' || 'ubuntu-latest' }}
target: aarch64-unknown-linux-gnu
variant: release
env:
V8_FROM_SOURCE: true