diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 780c6005..245665c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,6 +60,10 @@ jobs: run: | rm -rf targetdb docker cp ${{ steps.container.outputs.id }}:/opt/ti/ccs/ccs_base/common/targetdb . + docker cp ${{ steps.container.outputs.id }}:/opt/ti/ccs/ccs_base/msp430 tmp + mkdir -p msp430/include + cp tmp/include/lnk_*.cmd msp430/include + rm -rf tmp - name: Remove temporary container run: docker rm ${{ steps.container.outputs.id }} diff --git a/Dockerfile b/Dockerfile index 24f1fa4b..3672b79e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,7 @@ RUN apt-get install -y libtinfo5:i386 RUN apt-get install -y libpython2.7 RUN apt-get install -y build-essential RUN apt-get install -y wget +RUN apt-get install -y tree # Clear APT cache to reduce image size RUN apt-get clean && rm -rf /var/lib/apt/lists/* diff --git a/targetdb/timestamp b/targetdb/timestamp index ba693771..62f16042 100644 --- a/targetdb/timestamp +++ b/targetdb/timestamp @@ -1 +1 @@ -20250508033847 +20250510062515