Skip to content
  1. May 01, 2024
  2. Apr 25, 2024
  3. Apr 24, 2024
  4. Feb 29, 2024
  5. Feb 24, 2024
  6. Feb 23, 2024
  7. Feb 22, 2024
    • Matthew Clarkson's avatar
      chore: update lockfiles · 16c8d3b8
      Matthew Clarkson authored
      16c8d3b8
    • Matthew Clarkson's avatar
      docs(readme): hermeticity explaination · 1b4d954d
      Matthew Clarkson authored
      1b4d954d
    • Matthew Clarkson's avatar
      chore: update CODEOWNERS · 5a21b759
      Matthew Clarkson authored
      We need a second maintainer for each section!
      5a21b759
    • Matthew Clarkson's avatar
      fix: mirror binaries · b6b4b780
      Matthew Clarkson authored
      This patch adds `upload:*` targets to the project that will upload the
      binaries and put them in the GitLab generic package registry.
      
      This requires a `~/.netrc` with a `api` token setup for `gitlab.arm.com`.
      
      To upload all binaries perform the following:
      
          for TARGET in $(bazelisk query 'upload:*'); do
              bazelisk run --ui_event_filters -INFO -- "${TARGET}"
          done
      
      Things to do in the future:
      
      - Create a `multirun` upload target that does the upload in parallel
      - Add a manually triggered CI job that does the upload
        - This will need a deploy token with _only_ package registry access
      
      For now, a manual upload has been done help with outages.
      b6b4b780
  8. Feb 19, 2024
  9. Feb 14, 2024
  10. Feb 13, 2024
Loading