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:
parent
33f8a7d12c
commit
f796c17791
1 changed files with 9 additions and 14 deletions
23
.github/workflows/ci.yml
vendored
23
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue