mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
redmine: Remove windows targets from bundler platforms
We only support the `ruby` target and no native targets. Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
@@ -15,6 +15,10 @@ for file in "gemset.nix" "Gemfile.lock"; do
|
||||
done
|
||||
|
||||
bundle lock --add-platform ruby
|
||||
bundle lock --remove-platform mingw
|
||||
bundle lock --remove-platform x64_mingw
|
||||
bundle lock --remove-platform mswin
|
||||
bundle lock --remove-platform windows
|
||||
bundle lock --remove-platform aarch64-linux
|
||||
bundle lock --remove-platform aarch64-linux-gnu
|
||||
bundle lock --remove-platform aarch64-linux-musl
|
||||
|
||||
Reference in New Issue
Block a user