Skip to content
  1. May 04, 2024
  2. May 02, 2024
    • Matthew Clarkson's avatar
      ci: force AMD64 remote execution executors · 1de0f97b
      Matthew Clarkson authored
      When running on `arm64` executors the following error occurs:
      
      ```
      ../ape~1.0.0-beta.4/ape/toolchain/ape/ape-arm64-linux/ape-arm64-linux: 1: ../ape~1.0.0-beta.4/ape/toolchain/ape/ape-arm64-linux/ape-arm64-linux: Syntax error: "(" unexpected
      ```
      
      This may be due to the executors having a custom `binfmt_misc` setup.
      
      It needs more debugging but we can force AMD64 executors for now.
      1de0f97b
  3. May 01, 2024
  4. Apr 25, 2024
  5. Apr 24, 2024
  6. Feb 29, 2024
  7. Feb 24, 2024
  8. Feb 23, 2024
  9. 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
Loading