mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-03 06:14:30 +01:00
build: remove --enable-experimental-features / EXPERIMENTAL_FEATURES
Changelog-EXPERIMENTAL: Build: all experimental features are now runtime-enabled; no more ./configure --enable-experimental-features Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
3
.github/workflows/bsd.yml
vendored
3
.github/workflows/bsd.yml
vendored
@@ -14,7 +14,6 @@ jobs:
|
||||
env:
|
||||
DEVELOPER: 1
|
||||
VALGRIND: 0
|
||||
EXPERIMENTAL_FEATURES: 0
|
||||
COMPAT: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -22,7 +21,7 @@ jobs:
|
||||
id: test
|
||||
uses: vmactions/freebsd-vm@v0.1.5
|
||||
with:
|
||||
envs: 'DEVELOPER VALGRIND EXPERIMENTAL_FEATURES COMPAT'
|
||||
envs: 'DEVELOPER VALGRIND COMPAT'
|
||||
usesh: true
|
||||
prepare: |
|
||||
pkg install -y \
|
||||
|
||||
Reference in New Issue
Block a user