mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 23:43:07 +00:00
deploy: 995441234455d303e211a8471913817d635f2726
This commit is contained in:
parent
8301b4f3d7
commit
ece133221a
@ -133,7 +133,7 @@ def versionWasChanged(version) {
|
|||||||
script: "git diff --name-only origin/${env.CHANGE_TARGET}",
|
script: "git diff --name-only origin/${env.CHANGE_TARGET}",
|
||||||
returnStdout: true
|
returnStdout: true
|
||||||
)
|
)
|
||||||
if (changes =~ "(?m)^(Makefile|waku.nimble|config.nims|vendor|ci).*") {
|
if (changes =~ "(?m)^(Makefile|waku.nimble|config.nims|vendor|ci|shell.nix).*") {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
if (changes =~ "(?m)^(waku|tests|examples)/(${version}|common)/.*") {
|
if (changes =~ "(?m)^(waku|tests|examples)/(${version}|common)/.*") {
|
||||||
|
|||||||
@ -10,7 +10,6 @@ pkgs.mkShell {
|
|||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
git # 2.37.3
|
git # 2.37.3
|
||||||
which # 2.21
|
which # 2.21
|
||||||
gcc # 11.3.0
|
|
||||||
rustc # 1.63.0
|
rustc # 1.63.0
|
||||||
] ++ lib.optionals stdenv.isDarwin [ libiconv ];
|
] ++ lib.optionals stdenv.isDarwin [ libiconv ];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user