[all-commits] [llvm/llvm-project] 6d52ef: [Github] Error on HTTP 4xx Errors (#168919)

Aiden Grossman via All-commits all-commits at lists.llvm.org
Thu Nov 20 10:16:30 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d52efca67789f2e8d575b426d97b1ddf6c8d937
      https://github.com/llvm/llvm-project/commit/6d52efca67789f2e8d575b426d97b1ddf6c8d937
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-11-20 (Thu, 20 Nov 2025)

  Changed paths:
    M .github/workflows/bazel-checks.yml

  Log Message:
  -----------
  [Github] Error on HTTP 4xx Errors (#168919)

When downloading bazelisk/buildifier, we use curl, which still returns
exit code zero on HTTP 4xx errors unless we pass --fail. This patch adds
--fail flags so that error messages are more clear.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list