mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
CI: Disable EXPERIMENTAL_FEATURES temporarily.
It's flaky, and interfering with the rc1 release. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
71c45dc55c
commit
69b7b013e4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -85,7 +85,8 @@ jobs:
|
||||||
# The cross-compiled versions
|
# The cross-compiled versions
|
||||||
- {CFG: 21, ARCH: arm32v7, TARGET_HOST: arm-linux-gnueabihf}
|
- {CFG: 21, ARCH: arm32v7, TARGET_HOST: arm-linux-gnueabihf}
|
||||||
- {CFG: 22, ARCH: arm64v8, TARGET_HOST: aarch64-linux-gnu}
|
- {CFG: 22, ARCH: arm64v8, TARGET_HOST: aarch64-linux-gnu}
|
||||||
- {CFG: 23, EXPERIMENTAL_FEATURES: 1}
|
# Disabled for 0.10.0-rc1
|
||||||
|
# - {CFG: 23, EXPERIMENTAL_FEATURES: 1}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2.0.0
|
uses: actions/checkout@v2.0.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue