Skip to content

Commit

Permalink
Update conductor-config
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed Oct 31, 2024
1 parent b243b05 commit bde3f9c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/trycp_runner/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ macro_rules! embed_conductor_config {
static BASE_CONDUCTOR_CONFIG_CI: &str =
include_str!("../../../conductor-config/conductor-config-ci.yaml");
static CHC_CONDUCTOR_CONFIG: &str =
include_str!("../../../conductor-config/with_chc.yaml");
include_str!("../../../conductor-config/with-chc.yaml");

let mut config = if std::env::var("CONDUCTOR_CONFIG")
.map(|value| value == "CI")
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion nix/modules/workspace.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
then pkgs.openssl # pkgsStatic is considered a cross build and this is not yet supported
else pkgs.pkgsStatic.openssl;

nonCargoBuildFiles = path: builtins.match ".*(/conductor-config/(conductor-config.yaml|conductor-config-ci.yaml|with.*chc.yaml)|.*/summariser/test-data/.*\.json)$" path != null;_type: builtins.match ".*(/conductor-config(conductor-config.yaml|conductor-config-ci.yaml|with*chc.yaml)|*/summariser/test*data/.*.json)$" path != null;
nonCargoBuildFiles = path: builtins.match ".*(/conductor-config/(conductor-config.yaml|conductor-config-ci.yaml|with-chc.yaml)|.*/summariser/test-data/.*\.json)$" path != null;_type: builtins.match ".*(/conductor-config(conductor-config.yaml|conductor-config-ci.yaml|with*chc.yaml)|*/summariser/test*data/.*.json)$" path != null;
includeFilesFilter = path: type:
(craneLib.filterCargoSources path type) || (nonCargoBuildFiles path type);

Expand Down

0 comments on commit bde3f9c

Please sign in to comment.