0
0
Fork 0
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:
Bert Belder 2021-01-11 16:33:30 -08:00 committed by GitHub
parent 54a72d7628
commit 3a8cafb882
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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