Skip to content

Commit

Permalink
CI: Disable EXPERIMENTAL_FEATURES temporarily.
Browse files Browse the repository at this point in the history
It's flaky, and interfering with the rc1 release.

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Mar 18, 2021
1 parent 71c45dc commit 69b7b01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:
# The cross-compiled versions
- {CFG: 21, ARCH: arm32v7, TARGET_HOST: arm-linux-gnueabihf}
- {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:
- name: Checkout
uses: actions/[email protected]
Expand Down

0 comments on commit 69b7b01

Please sign in to comment.