- Notifications
You must be signed in to change notification settings - Fork18
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:keith/buildifier-prebuilt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:8.2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:keith/buildifier-prebuilt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:8.2.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 3commits
- 8files changed
- 4contributors
Commits on Nov 3, 2025
Update README.md for 8.2.1 (#126)
Automated update of `README.md` for release 8.2.1Co-authored-by: keith <keith@users.noreply.github.com>
Commits on Nov 25, 2025
bash: use -prune in find (#127)
Use -prune to handle excluded paths, rather than simply ! -path, whichwill still visit all subdirectories and files in the excluded paths.This is more efficient, but more importantly avoids visiting files whichmay not be readable by the user, which causes `find` fail, and causesbuildifier to fail as we are using `-o pipefail`.
Commits on Dec 5, 2025
Add support for riscv64 (#128)
Recently, riscv64 has gained widespread adoption, and we can consideradding support for it to `buildifier-prebuilt`.The upstream `bazelbuild/buildtools` that we depend on has already addedriscv64 support, so we don't need many modifications to complete supportfor riscv64.I ran the CI in my own fork, and the results show everything wentsmoothly. For details, please seehttps://github.com/ffgan/buildifier-prebuilt/actions/runs/19956694354I also tested it on my riscv64 machine, and the results likewiseindicate everything went smoothly.If you have any questions about the above, please @ me directly. I'mhappy to answer any related questions.---**Other Info**Co-authored by: nijincheng@iscas.ac.cn;Signed-off-by: ffgan <sudoemt@gmail.com>
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 8.2.1...8.2.1.1
Uh oh!
There was an error while loading.Please reload this page.