mirror of
https://github.com/NixOS/nix.git
synced 2025-12-03 07:31:00 +01:00
libstore-tests: Build and run benchmarks in CI
This changes our GHA CI and nix-store-tests packaging to build and run the benchmarks. This does not affect the default packaging - the overrides apply only for the GHA CI.
This commit is contained in:
parent
b2b2f2dc53
commit
ea1f67393d
4 changed files with 38 additions and 15 deletions
|
|
@ -122,7 +122,7 @@ if get_option('benchmarks')
|
|||
dependencies : deps_private_subproject + deps_private + deps_other + [gbenchmark],
|
||||
include_directories : include_dirs,
|
||||
link_args: linker_export_flags,
|
||||
install : false,
|
||||
install : true,
|
||||
cpp_args : ['-DNIX_UNIT_TEST_DATA="' + meson.current_source_dir() + '/data"'],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue