Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn 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: ClangBuiltLinux/ClangBuiltLinux.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ClangBuiltLinux/ClangBuiltLinux.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: build_status
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 30, 2023

  1. remove build status

    Speculation:
    It seems recently that github has been rate limiting requests to
    github.com workflow badge svg files from non-github.com URLs.
    
    Sadly, this seems to include github.io pages, too, which smells like an
    oversight to me.
    
    What this means in practice is that our homepage looks like hot dogshit
    full of broken links vs the github page.
    
    Compare
    https://clangbuiltlinux.github.io/
    vs
    https://github.com/ClangBuiltLinux/continuous-integration2/#readme
    
    The latter is much better looking (no broken embedded images) than the
    former (many broken embedded images).
    
    It's sad that this is necessary, but I think it will help the home page
    look more professional.  It will also be one less thing to update when
    we update the matrix using markdown-badges.py.
    
    Signed-off-by: Nick Desaulniers <[email protected]>
    nickdesaulniers committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f451b44 View commit details
    Browse the repository at this point in the history
Loading