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