radicle-ci-broker: 0.21.0 -> 0.22.0
Changelog: https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:zwTxygwuz5LDGBq255RA2CbNGrz8/tree/NEWS.md
This commit is contained in:
@@ -13,14 +13,14 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "radicle-ci-broker";
|
pname = "radicle-ci-broker";
|
||||||
version = "0.21.0";
|
version = "0.22.0";
|
||||||
|
|
||||||
src = fetchFromRadicle {
|
src = fetchFromRadicle {
|
||||||
seed = "seed.radicle.xyz";
|
seed = "seed.radicle.xyz";
|
||||||
repo = "zwTxygwuz5LDGBq255RA2CbNGrz8";
|
repo = "zwTxygwuz5LDGBq255RA2CbNGrz8";
|
||||||
node = "z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV";
|
node = "z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-c0Qo6dnR9rP4mLXODkNZp+AnhKS0tqJeh1KgzfHBRV4=";
|
hash = "sha256-ylgOnDQRjQrG9Dngo/N6nGOnNcKgFtN9hT96yryHn0I=";
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
git -C $out rev-parse --short HEAD > $out/.git_head
|
git -C $out rev-parse --short HEAD > $out/.git_head
|
||||||
@@ -28,11 +28,15 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-9MkZh1hlHgLC9rGmLx5ehtLtZfhXsCqrJrCJNr1edBU=";
|
cargoHash = "sha256-Ykf8vk/5KcZcudbKkU/Ht4gPtmG45b60IorKL90RjAA=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace build.rs \
|
substituteInPlace build.rs \
|
||||||
--replace-fail "let hash = " "let hash = \"$(<$src/.git_head)\"; "
|
--replace-fail "let hash = " "let hash = \"$(<$src/.git_head)\"; "
|
||||||
|
|
||||||
|
substituteInPlace ci-broker.md \
|
||||||
|
--replace-fail 'PATH: /bin' "" \
|
||||||
|
--replace-fail '"PATH": "/bin"' ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
@@ -46,12 +50,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||||||
radicle-node
|
radicle-node
|
||||||
];
|
];
|
||||||
|
|
||||||
checkFlags = [
|
checkFlags = [ "--skip=acceptance_criteria_for_upgrades" ];
|
||||||
"--skip=acceptance_criteria_for_upgrades"
|
|
||||||
"--skip=logs_adapter_stderr_output"
|
|
||||||
"--skip=process_queued_events"
|
|
||||||
"--skip=runs_adapter_with_configuration"
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeInstallCheckInputs = [ versionCheckHook ];
|
nativeInstallCheckInputs = [ versionCheckHook ];
|
||||||
versionCheckProgramArg = "--version";
|
versionCheckProgramArg = "--version";
|
||||||
|
|||||||
Reference in New Issue
Block a user