Skip to content
Snippets Groups Projects
  1. Jan 15, 2023
  2. Jan 10, 2023
  3. Jan 04, 2023
    • Jan-Niklas Burfeind's avatar
      backport-action: update workflow · 4083f150
      Jan-Niklas Burfeind authored
      - set permissions explicitly, as recommended in their docs
      - drop github_token and github_workspace (now set per default)
      - ownership has moved from "zeebe-io" to the main developer "korthout"
      
      backport-action will follow semver from now on
      4083f150
  4. Jan 01, 2023
  5. Dec 18, 2022
  6. Dec 09, 2022
  7. Dec 05, 2022
  8. Dec 01, 2022
  9. Aug 28, 2022
  10. Jun 14, 2022
  11. May 22, 2022
  12. May 08, 2022
  13. Apr 01, 2022
  14. Mar 23, 2022
  15. Feb 01, 2022
  16. Dec 18, 2021
  17. Sep 19, 2021
  18. Aug 10, 2021
  19. Jul 13, 2021
    • Matthias Schiffer's avatar
      ramips-rt305x: drop target · 09c9b78e
      Matthias Schiffer authored
      VoCores aren't exactly useful mesh nodes except for experimentation.
      They certainly aren't worth maintaining a whole target, in particular
      one that has a WLAN driver not used by any other target.
      09c9b78e
  20. Jul 01, 2021
  21. Jun 28, 2021
  22. Jun 21, 2021
  23. May 13, 2021
  24. May 01, 2021
  25. Apr 05, 2021
  26. Feb 15, 2021
    • David Bauer's avatar
      actions: pin Ubuntu version · d9621048
      David Bauer authored
      ubuntu-latest is now assigned to Ubuntu 20.04. As we use custom apt
      sources for 18.04, pin to this version for now to fix the CI.
      d9621048
  27. Jan 02, 2021
  28. Oct 20, 2020
  29. Sep 18, 2020
    • David Bauer's avatar
      github: remove GitHub actions cache (#2120) · 0b1ee0cf
      David Bauer authored
      The performance benefit the cache brought was due to a broken sources
      CDN mirror handling in OpenWrt.
      
      The cache brings no measurable performance benefit. Disable it to slim
      down the pipeline steps.
      0b1ee0cf
  30. Aug 16, 2020
  31. Jul 24, 2020
    • David Bauer's avatar
      actions: cache OpenWrt DL folder (#2084) · de9d3a91
      David Bauer authored
      This adds the ability to cache OpenWrt dependencies on a per-target
      base. Artifacts over 10MB are excluded, as GitHub imposes a limit of 5G
      of available space per repository cache. This affects mostly
      linux(-firmware) and gcc / gdb.
      
      The goal is to reduce the total amount of requests necessary to fetch
      dependencies.
      de9d3a91
Loading