aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ci-install.sh
Commit message (Collapse)AuthorAgeFilesLines
* ar100: Convert to or1k-elf toolchainKevin O'Connor2025-06-081-10/+8
| | | | | | | | | The more.musl.cc site is blocking downloads from all github actions, which makes it difficult to use that site for the ar100 cross build toolchain. Convert to the openrisc or1k-elf toolchain as a replacement. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* ci-install: Use prebuilt pru gcc binariesKevin O'Connor2025-04-081-19/+11
| | | | | | | Don't build the pru binaries directly in the build test cases, instead use the upstream binaries provided. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* ci-install: Run 'apt-get update' prior to 'apt-get install'Kevin O'Connor2024-11-221-0/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* ci-install: update gnu-pru to version 2024.05Eric Callahan2024-06-111-1/+1
| | | | Signed-off-by: Eric Callahan <arksine.code@gmail.com>
* ar100: Support for ar100 (#6054)Elias Bakken2023-02-201-0/+14
| | | | | Add files to support AR100 Signed-off-by: Elias Bakken <elias@iagent.no>
* workflows: Convert to Ubuntu 20.04 for build testKevin O'Connor2023-02-091-3/+3
| | | | | | This also updates to the latest version of pru-gcc. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* scripts: Update klippy build tests to verify on both Python2 and Python3Kevin O'Connor2021-10-041-3/+13
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* scripts: No need to include python-virtualenv in package dependenciesKevin O'Connor2020-11-231-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* scripts: Minor formatting change to ci-install.shKevin O'Connor2020-11-231-4/+5
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build-test: Move system package installation to ci-install.shKevin O'Connor2020-10-301-0/+11
| | | | | | | It's more maintainable to have the system packages listed in ci-install.sh instead of in build-test.yaml. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build-test: Remove references to "travis" in build testsKevin O'Connor2020-10-301-0/+46
Use "ci-build.sh" "ci-install.sh" and similar, as travis-ci is no longer being used. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>