-
-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
zsh-vi-mode: remove bottle :unneeded
#75944
Conversation
Diff (don't know if I'm doing this right 😅): --- zsh-vi-mode--0.8.2.big_sur.bottle.tar
+++ zsh-vi-mode--0.8.2.mojave.bottle.tar
@@ -1,9 +1,9 @@
drwxr-xr-x 0 0 0 0 2021-04-04 15:15:10.000000 zsh-vi-mode/0.8.2/
-rw-r--r-- 0 0 0 1078 2021-04-04 15:15:10.000000 zsh-vi-mode/0.8.2/LICENSE
drwxr-xr-x 0 0 0 0 2021-04-04 15:15:10.000000 zsh-vi-mode/0.8.2/.brew/
+-rw-r--r-- 0 0 0 777 2021-04-04 15:15:10.000000 zsh-vi-mode/0.8.2/.brew/zsh-vi-mode.rb
-rw-r--r-- 0 0 0 17764 2021-04-04 15:15:10.000000 zsh-vi-mode/0.8.2/README.md
drwxr-xr-x 0 0 0 0 2021-04-04 15:15:10.000000 zsh-vi-mode/0.8.2/share/
drwxr-xr-x 0 0 0 0 2021-04-04 15:15:10.000000 zsh-vi-mode/0.8.2/share/zsh-vi-mode/
-rw-r--r-- 0 0 0 32 2021-04-04 15:15:10.000000 zsh-vi-mode/0.8.2/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
-rw-r--r-- 0 0 0 81477 2021-04-04 15:15:10.000000 zsh-vi-mode/0.8.2/share/zsh-vi-mode/zsh-vi-mode.zsh
--rw-r--r-- 0 0 0 777 2021-04-04 15:15:10.000000 zsh-vi-mode/0.8.2/.brew/zsh-vi-mode.rb |
@nandahkrishna Interesting, perhaps we need to sort the input files somehow? @Bo98 any ideas? |
Wow, that's an interesting one. I think it might actually be sorted by I'm not entirely sure if there's a fix for that beyond iterating the directory ourselves. Honestly, some more manual handling like that is beginning to look like the best solution. I'll play around with it a bit. |
gnu-tar does have It was only introduced in GNU tar 1.28, which luckily Ubuntu 16.04 does seem to ship with. |
Would be interested if this alone is enough to fix this. |
✅ |
🤖 A scheduled task has triggered a merge. |
See #75943.
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?