Skip to content
Snippets Groups Projects
  1. Mar 05, 2025
  2. Feb 28, 2025
    • Am K's avatar
      Fix 5 warnings found (use docker --debug to expand) (#519) · d94a1333
      Am K authored
      This PR can fix:
      
      5 warnings found (use docker --debug to expand):
      - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy
      "ENV key value" format (line 23)
      - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy
      "ENV key value" format (line 24)
      - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy
      "ENV key value" format (line 25)
      - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy
      "ENV key value" format (line 26)
      - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy
      "ENV key value" format (line 27)
      d94a1333
  3. Feb 17, 2025
  4. Feb 08, 2025
  5. Feb 04, 2025
  6. Feb 03, 2025
  7. Jan 27, 2025
    • Alex Crichton's avatar
      Pin CI runner images to explicit versions (#507) · e6a83378
      Alex Crichton authored
      * Pin CI runner images to explicit versions
      
      CI is run infrequently enough on this repository that there's a
      nontrivial chance that GitHub updates the definition of `ubuntu-latest`
      for example between two CI runs. This can be confusing for contributors
      as PRs seemingly break CI when in reality they have nothing to do with
      the breakage and it's due to the image changing.
      
      This PR pins all images to the definition of `*-latest` at this time.
      The one exception is that one builder was pinned to 22.04 and I'm going
      to update it to 24.04 here and see if I can't fix CI issues that come up.
      
      This'll require explicit PRs to update these images in the future, but
      hopefully that's only once every few ~years so not too much of a burden.
      
      * Try not custom-installing clang 18
      
      * Try to fix CI issue
      
      * Fix CI again (attempt)
      
      * Further try to fix CI
      
      * Another fix for CI
      
      Surely if I keep making commits that say "another fix" eventually I'll
      run out of fixes. Surely, right? I'd put this in limerick form to be
      more amusing if someone comes to read this but I'm not clever enough to
      do that, so instead I'll just abruptly
      e6a83378
  8. Jan 22, 2025
    • Alex Crichton's avatar
      Update wasm-component-ld (#506) · 67283cc6
      Alex Crichton authored
      * Update wasm-component-ld
      
      Pulls in a fix for bytecodealliance/wasmtime#10058 in the adapters that
      are used by default.
      
      * Update wasmtime installed in CI
      
      * Downgrade the build-only-sysroot check step
      
      Looks like this is failing on Ubuntu 24.04, the new default of
      `ubuntu-latest`, so downgrade it to have it get fixed in a separate PR.
      
      * Try downgrading Wasmtime version again
      
      * Update base Linux images to Ubuntu 20.04
      
      * Update Wasmtime back to 29
      67283cc6
  9. Dec 12, 2024
  10. Dec 03, 2024
  11. Oct 29, 2024
  12. Oct 11, 2024
  13. Oct 01, 2024
  14. Sep 24, 2024
  15. Sep 18, 2024
  16. Aug 30, 2024
  17. Aug 28, 2024
  18. Aug 27, 2024
  19. Aug 23, 2024
  20. Aug 12, 2024
    • Alex Crichton's avatar
      Add back `VERSION` file to release tarballs (#473) · b416e2be
      Alex Crichton authored
      * Add back `VERSION` file to release tarballs
      
      Make sure it makes its way into the sysroot tarball and then copy it
      from the sysroot location to the top of the sdk tarball as well.
      
      Closes #471
      
      * Fix how `VERSION` is installed
      b416e2be
  21. Aug 07, 2024
  22. Aug 01, 2024
Loading