Skip to content

Commit

Permalink
Use TI docker image (project-chip#17135)
Browse files Browse the repository at this point in the history
* Use TI docker image

* set specific docker version
  • Loading branch information
srickardti authored and andrei-menzopol committed Apr 14, 2022
1 parent e93fca7 commit 4d1dd89
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/examples-cc13x2x7_26x2x7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ jobs:

env:
BUILD_TYPE: gn_cc26x2x7
TI_SYSCONFIG_ROOT: /opt/ti/sysconfig_1.11.0

runs-on: ubuntu-latest
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build:latest
image: connectedhomeip/chip-build-ti:0.5.61
volumes:
- "/tmp/bloat_reports:/tmp/bloat_reports"
steps:
Expand All @@ -53,12 +52,6 @@ jobs:
env:
GH_CONTEXT: ${{ toJson(github) }}
run: scripts/tools/memory/gh_sizes_environment.py "${GH_CONTEXT}"
- name: Install SysConfig
timeout-minutes: 30
run: |
wget https://software-dl.ti.com/ccs/esd/sysconfig/sysconfig-1.11.0_2225-setup.run
chmod +x sysconfig-1.11.0_2225-setup.run
./sysconfig-1.11.0_2225-setup.run --mode unattended
- name: Bootstrap
timeout-minutes: 25
run: scripts/build/gn_bootstrap.sh
Expand Down

0 comments on commit 4d1dd89

Please sign in to comment.