mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-24 15:19:31 -05:00
Disable broken aarch64-unknown-linux-gnu build (#581)
This commit is contained in:
parent
54a72d7628
commit
3a8cafb882
1 changed files with 12 additions and 7 deletions
19
.github/workflows/ci.yml
vendored
19
.github/workflows/ci.yml
vendored
|
@ -41,13 +41,18 @@ jobs:
|
|||
target: x86_64-pc-windows-msvc
|
||||
variant: release # Note: we do not support windows debug builds.
|
||||
|
||||
- os: ubuntu-latest-xl
|
||||
target: aarch64-unknown-linux-gnu
|
||||
variant: debug
|
||||
|
||||
- os: ubuntu-latest-xl
|
||||
target: aarch64-unknown-linux-gnu
|
||||
variant: release
|
||||
# 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
|
||||
|
||||
env:
|
||||
V8_FROM_SOURCE: true
|
||||
|
|
Loading…
Reference in a new issue