Skip to content

Commit

Permalink
#8082: set proper git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed Jun 10, 2024
1 parent b4f5723 commit 5a2b267
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@ jobs:
environment: dev
runs-on: build-docker
container:
image: ghcr.io/${{ github.repository }}/${{ matrix.arch }}:${{ needs.set-docker-image-tag.outputs.tag }}
image: ghcr.io/${{ github.repository }}/ubuntu-20.04-amd64:${{ needs.set-docker-image-tag.outputs.tag }}
env:
TT_METAL_HOME: ${{ env.TT_METAL_HOME }}
CONFIG: ${{ env.CONFIG }}
ARCH_NAME: ${{ env.ARCH_NAME }}
PYTHONPATH: ${{ env.TT_METAL_HOME }}
ARCH_NAME: ${{ matrix.arch }}
PYTHONPATH: ${{ github.workspace }}
SILENT: ${{ env.SILENT }}
VERBOSE: ${{ env.VERBOSE }}
TT_METAL_HOME: ${{ github.workspace }}
options: >
-v /home:/home
-v /dev/hugepages-1G:/dev/hugepages-1G
-v /etc/group:/etc/group:ro
-v /etc/passwd:/etc/passwd:ro
-v /etc/shadow:/etc/shadow:ro
-u ${UID}:${GID}
steps:
- uses: tenstorrent-metal/metal-workflows/.github/actions/[email protected]
- name: Set up dynamic env vars for build
Expand All @@ -62,8 +62,6 @@ jobs:
git submodule update --init --recursive
- name: Build tt-metal cmake build
run: |
./scripts/docker/run_docker_cmd.sh --
cmake -B build -G Ninja -DCMAKE_CXX_COMPILER=clang++-17 \
&& cmake --build build --target tests \
&& cmake --build build --target install
Expand Down

0 comments on commit 5a2b267

Please sign in to comment.