Skip to content

Commit

Permalink
tpi: update tpi tool to new rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
svenrademakers committed Aug 15, 2023
1 parent 57409d5 commit 7ecaf2d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 697 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,29 +108,3 @@ jobs:
buildroot/output/images/zImage
buildroot/output/images/sun8iw20p1-t113-turingmachines-tp2bmc.dtb
legacy_tpi:
strategy:
matrix:
os:
- ubuntu-22.04
- macos-13
#- windows-2022
runs-on: '${{ matrix.os }}'
steps:
- uses: actions/checkout@v3
- run: echo "CC=gcc" >> $env:GITHUB_ENV
if: contains(${{ matrix.os }}, 'windows')
- run: cd app/tpi && make
shell: bash
- name: move artifact
if: contains(${{ matrix.os }}, 'windows') != true
run: mkdir -p ${{ matrix.os }} && mv app/tpi/tpi ${{ matrix.os }}/
- name: archive
uses: actions/upload-artifact@v3
with:
name: 'tpi'
path: |
${{ matrix.os }}/tpi
app/tpi/tpi.exe
8 changes: 0 additions & 8 deletions app/tpi/Makefile

This file was deleted.

Loading

0 comments on commit 7ecaf2d

Please sign in to comment.