Skip to content

Commit

Permalink
#8082: try with default hard coded path
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed Jun 10, 2024
1 parent 981e745 commit 3fc361a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
environment: dev
runs-on: build-docker
container:
image: ghcr.io/${{ github.repository }}/ubuntu-20.04-amd64:${{ needs.set-docker-image-tag.outputs.tag }}
image: ghcr.io/${{ github.repository }}/ubuntu-20.04-amd64:latest
env:
CONFIG: ${{ env.CONFIG }}
ARCH_NAME: ${{ matrix.arch }}
Expand All @@ -62,9 +62,9 @@ jobs:
git submodule update --init --recursive
- name: Build tt-metal cmake build
run: |
./scripts/docker/run_docker_cmd.sh -- cmake -B build -G Ninja \
cmake --build build --target tests \
cmake --build build --target install
cmake -B build -G Ninja -DCMAKE_CXX_COMPILER=clang++-17
cmake --build build --target tests \
cmake --build build --target install
- name: 'Tar files'
run: tar -cvf ttm_${{ matrix.arch }}.tar build/hw build/lib tt_eager/tt_lib/*.so ttnn/ttnn/*.so build/programming_examples build/test build/tools runtime
- name: 'Upload Artifact'
Expand Down

0 comments on commit 3fc361a

Please sign in to comment.