Commit Graph

5 Commits

Author SHA1 Message Date
Matthew Kennedy a605e3cadd cherry pick https://github.com/rusefi/rusefi/issues/5190 2023-03-21 11:03:41 -07:00
David Holdeman bbfbd134a1 Don't download ARM Gnu toolchain if present (#5005)
* check for downloaded toolkit

* rm if not

* force

* this might work better

* don't move, just link

* don't need glob

* try

* try correct path

* check file to prevent error

* fix quotes so globs work

* using an executable which contains version stamp

* docs etc

* fix path

* back to globs we go

* maybe the path is right this time
2023-01-24 22:33:58 -05:00
Nathan Schulte 00e43f9a46 use rusEFI pruned ARM GCC 11.3 (#4763)
* use rusEFI pruned ARM GCC 11.3

* fix Firmware at GHA: avoid dash

* avoid double decompress in provide_gcc.sh

also ensure TMP_DIR, avoiding strange woes about GHA CI: ./firmware/provide_gcc.sh: 23: pushd: not found
2022-11-09 07:18:40 -05:00
Nathan Schulte db8b51994e use build_support ARM GCC 11.3 toolchain (#4762)
* use build_support ARM GCC 11.3 toolchain

* provide_gcc.sh exits on failure
2022-11-08 20:35:29 -05:00
rusefillc e3cfb5ce0b gcc11 (#4680)
* gcc11

* Gcc 11 hw ci (#4754)

* hw ci -> gcc11

* setup script

* GCC 11.3 (#4757)

* setup_linux_environment.sh tar uses --auto-compress

* use ARM GCC 11.3

* gcc11 #4680

* update build-primary-bundle GCC to v11.3 (#4758)

* factor GCC toolchain provider (#4761)

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
Co-authored-by: Matthew Kennedy <matthewkennedy@outlook.com>
Co-authored-by: Nathan Schulte <8540239+nmschulte@users.noreply.github.com>
2022-11-08 18:10:53 -05:00