Skip to content
Snippets Groups Projects
  1. Sep 10, 2023
    • Nico's avatar
      CI: disable cache · a628979e
      Nico authored
      It's a pain to make gitlab clear it on Gluon updates, so it's more
      harmful than useful. Just get rid off it and accept the increased build
      times.
      a628979e
  2. Sep 09, 2023
  3. Sep 08, 2023
    • Nico's avatar
      update target lists · 5cbf6af0
      Nico authored
      Add a script which allows generating the target list for copy-pasting to
      .gitlab-ci.yaml
      5cbf6af0
  4. Aug 13, 2023
  5. May 12, 2023
  6. Jun 15, 2022
  7. May 07, 2022
  8. Feb 25, 2022
  9. Sep 26, 2021
    • Nico's avatar
      ci: dl-cache: pull before committing · 564ae050
      Nico authored
      Another build job might since have commited its dl-cache hence do a pull
      before we commit our dl cache.
      564ae050
    • Nico's avatar
      remove deprecated GLUON_BRANCH · 3865d38d
      Nico authored
      Makefile:32: *** Warning: GLUON_BRANCH has been deprecated, please set GLUON_AUTOUPDATER_BRANCH and GLUON_AUTOUPDATER_ENABLED instead.
      
      So let's use the new variables now.
      3865d38d
    • Nico's avatar
      gitlab-ci: start the SSH agent again in after_script · 23638e07
      Nico authored
      The git push in after_script didn't succeed because of failing
      authentication. As the authentication succeeds in before_script, it is
      likely the SSH agent from before_script doesn't run in after_script.
      Likely because a new shell is spawned. Hence, start it again in
      after_script.
      23638e07
  10. Jun 25, 2021
  11. May 24, 2021
  12. May 23, 2021
  13. May 10, 2021
    • Nico's avatar
      Revert "add brcm2708-bcm2710 for raspi 4 support" · 2fa9b5de
      Nico authored
      This reverts commit 0df9f251. The target
      doesn't seem to be supported, the build failed:
      
        make[1]: Leaving directory '/builds/firmware/site-ffs/gluon/openwrt'
        Please set GLUON_TARGET to a valid target. Gluon supports the following targets:
         * ar71xx-generic
         * ar71xx-tiny
         * ar71xx-nand
         * ath79-generic
         * brcm2708-bcm2708
         * brcm2708-bcm2709
         * ipq40xx-generic
         * ipq806x-generic
         * lantiq-xrx200
         * lantiq-xway
         * mpc85xx-generic
         * mpc85xx-p1020
         * ramips-mt7620
         * ramips-mt7621
         * ramips-mt76x8
         * ramips-rt305x
         * sunxi-cortexa7
         * x86-generic
         * x86-geode
         * x86-legacy
         * x86-64
        Makefile:158: recipe for target 'config' failed
      2fa9b5de
    • Nico's avatar
      add brcm2708-bcm2710 for raspi 4 support · 0df9f251
      Nico authored
      0df9f251
  14. Nov 18, 2020
    • Nico's avatar
      ci: don't build on tag · d2881e1f
      Nico authored
      d2881e1f
    • Nico's avatar
      ci: cache openwrt staging_dir outside openwrt directory · 6ba673f2
      Nico authored
      Previously, we've cached staging_dir in the gluon/openwrt subdirectory.
      But this doesn't really work properly because of gitlab's submodule
      behaviour. It will first extract the cache and then update the
      submodules.
      
      Because the cached directory resides inside the gluon submodule, it will
      be deleted upon submodule checkout. By putting the cache in a directory
      outside the submodule we can avoid this. We will then simply symlink the
      cached directory to the desired destination such that it is found during
      the build.
      6ba673f2
  15. Nov 17, 2020
    • Nico's avatar
      Add OpenWRT download cache · ff7d7856
      Nico authored
      Some server hosting firmware binaries crashed[1] and no mirrors are
      available in OpenWRT build system. This causes builds to fail for some
      architectures.
      
      To avoid these kinds of failures in the future, add a Git repository
      where build jobs will commit their downloaded artifacts. Subsequent
      build jobs will check out this repository and use it as their download
      directory.
      
      [1] https://github.com/openwrt/openwrt/pull/3573#issuecomment-723530425
      ff7d7856
  16. Jun 06, 2020
  17. Jun 05, 2020
  18. Feb 29, 2020
  19. Feb 17, 2020
  20. Dec 05, 2019
  21. Dec 02, 2019
  22. Oct 12, 2019
Loading