Skip to content

Commit

Permalink
CI: always build experimental features in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
reneme committed Mar 25, 2024
1 parent b8c1d3c commit 5269469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scripts/ci_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ def sanitize_kv(some_string):
'--os=%s' % (target_os),
'--build-targets=%s' % ','.join(build_targets(target, target_os)),
'--with-build-dir=%s' % build_dir,
'--link-method=symlink']
'--link-method=symlink',
'--enable-experimental-features']

if ccache is not None:
flags += ['--no-store-vc-rev', '--compiler-cache=%s' % (ccache)]
Expand Down

0 comments on commit 5269469

Please sign in to comment.