Skip to content

Commit c6d9bb8

Browse files
[Backport release-25.11] rumdl: 0.1.1 -> 0.1.2 (#484619)
2 parents 8aa6b8b + c0ca5aa commit c6d9bb8

1 file changed

Lines changed: 5 additions & 15 deletions

File tree

pkgs/by-name/ru/rumdl/package.nix

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,30 @@
99

1010
rustPlatform.buildRustPackage (finalAttrs: {
1111
pname = "rumdl";
12-
version = "0.1.1";
12+
version = "0.1.2";
1313

1414
src = fetchFromGitHub {
1515
owner = "rvben";
1616
repo = "rumdl";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-cJRJVo/YoSst5NJXAZPJFhXFM6Fmqy/UfuOK2OGLi2o=";
18+
hash = "sha256-8K+jZL/yo7ur5WD+5+L+ZHhFkhYo83brgD6Gg1Xo6js=";
1919
};
2020

21-
cargoHash = "sha256-Y1KqqDGEjp2+0BwdAgooBjPOQtGbNDwwuXFH97XvXb4=";
21+
cargoHash = "sha256-dpHV5+DJLsjwvLkxtXOS7CYUNKXW57o0O541pO8vN5U=";
2222

2323
cargoBuildFlags = [
2424
"--bin=rumdl"
2525
];
2626

27-
# Non-specific tests often fail on Darwin (especially aarch64-darwin),
28-
# on both Hydra and GitHub-hosted runners, even with __darwinAllowLocalNetworking enabled.
29-
# proptest fails frequently
30-
doCheck = false;
31-
3227
nativeCheckInputs = [
3328
gitMinimal
3429
];
3530

3631
useNextest = true;
3732

3833
cargoTestFlags = [
39-
"--profile ci"
40-
];
41-
42-
checkFlags = [
43-
# Skip Windows tests
44-
"--skip comprehensive_windows_tests"
45-
"--skip windows_vscode_tests"
34+
# Prefer the "smoke" profile over "ci" to exclude flaky tests: https://github.com/rvben/rumdl/pull/341
35+
"--profile smoke"
4636
];
4737

4838
doInstallCheck = true;

0 commit comments

Comments
 (0)