build: make torque patch more specific for native arm builds (#16992)

* build: make torque patch more specific

the v8_generator_toolchain should only be overriden if the snapshot toolchain is a native arm or arm64 toolchain

* Only test native mksnapshot on arm64

* Put environment variable in container
This commit is contained in:
John Kleinschmidt
2019-02-18 10:02:50 +00:00
committed by GitHub
parent 596acdcb91
commit 35c3a7e130
3 changed files with 9 additions and 14 deletions

View File

@@ -2,6 +2,8 @@ resources:
containers:
- container: arm64v8-test-container
image: electronbuilds/arm64v8:0.0.4
env:
RUN_NATIVE_MKSNAPSHOT: true
jobs:
- job: Test_Arm64