-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
mrsh: 2020-01-08 -> 2020-07-27 etc. #101910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ping @matthiasbeyer (as ofborg did not set a reviewer for some reason.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
diff LGTM
Result of 1 package failed to build:
|
@SuperSandro2000 Perhaps it assumes that the compiler is Clang on macOS: https://github.com/emersion/mrsh/blob/0da902c0ee6f443fe703498e60f266af7f12537e/meson.build#L67-L70 I have no access to macOS so it is just a guess though. |
1f13c0b
to
7004b98
Compare
@SuperSandro2000 Would you mind if I ask for retest on macOS? |
I am not 100% sure but I think so.
Not at all. Added to the list. |
Result of 1 package built:
|
Still failing for darwin:
|
7004b98
to
7203ff1
Compare
So now I am trying the opposite, forcing GCC to avoid the problem... |
Result of 1 package failed to build:
|
Thanks a lot! Hmm, these linker options must not be such brand-new ones, so I suspected compilers first. However, it seems that a more detailed analysis is needed... |
@omasanori I would be fine with disabling it on darwin for now. |
@SuperSandro2000 I guess so. @matthiasbeyer, is it acceptable to you? |
No objections from me. |
- `doCheck` is enabled now. - It marked as broken on Darwin due to [build failures][macos-issue]. [macos-issue]: NixOS#101910 (comment) Reference: https://github.com/emersion/mrsh/compare/ef21854fc9..0da902c0ee Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
7203ff1
to
955926a
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
Motivation for this change
This change updates
mrsh
to a newer revision. The changes between them are available.Moreover, it enables
doCheck
as executing the whole test suites takes just few seconds.Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)