File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010rustPlatform . 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 ;
You can’t perform that action at this time.
0 commit comments