Skip to content

Commit

Permalink
[ci] remove build step from dockerfile
Browse files Browse the repository at this point in the history
There is some flakiness when building the docker image on the runners.
The job by itself needs around two hours to complete and it happens
occasionally that it somehow crashes the CI runner.

Removing the `tt-forge-fe` build step from the docker image. This is not
needed, since the docker image is afterwards used in CI, which will
verify that the build works properly.
  • Loading branch information
pilkicTT committed Feb 6, 2025
1 parent 16c04d5 commit 936d6ff
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ RUN source env/activate && \
cmake -B env/build env && \
cmake --build env/build

# Build project to test the container
RUN source env/activate && \
cmake -G Ninja -B build . && \
cmake --build build

FROM ghcr.io/tenstorrent/tt-forge-fe/tt-forge-fe-base-ubuntu-22-04:${FROM_TAG} AS ci

# Copy the TTMLIR_TOOLCHAIN_DIR from the previous stage
Expand Down

0 comments on commit 936d6ff

Please sign in to comment.