diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b825cd078..59f7f06048 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,26 +74,26 @@ jobs: run: | ./util/run.py sw/fdiv.yaml --simulator verilator -j - ######################################### - # Build SW on Snitch Cluster w/ Banshee # - ######################################### + # ######################################### + # # Build SW on Snitch Cluster w/ Banshee # + # ######################################### - sw-snitch-cluster-banshee: - name: Simulate SW on Snitch Cluster w/ Banshee - runs-on: ubuntu-22.04 - container: - image: ghcr.io/pulp-platform/snitch_cluster:update-verilator - steps: - - uses: actions/checkout@v2 - with: - submodules: 'recursive' - - name: Build Software - run: | - bender vendor init - make -C target/snitch_cluster SELECT_RUNTIME=banshee sw - - name: Run Tests - env: - SNITCH_LOG: info - working-directory: target/snitch_cluster - run: | - ./util/run.py sw/run.yaml --simulator banshee -j + # sw-snitch-cluster-banshee: + # name: Simulate SW on Snitch Cluster w/ Banshee + # runs-on: ubuntu-22.04 + # container: + # image: ghcr.io/pulp-platform/snitch_cluster:update-verilator + # steps: + # - uses: actions/checkout@v2 + # with: + # submodules: 'recursive' + # - name: Build Software + # run: | + # bender vendor init + # make -C target/snitch_cluster SELECT_RUNTIME=banshee sw + # - name: Run Tests + # env: + # SNITCH_LOG: info + # working-directory: target/snitch_cluster + # run: | + # ./util/run.py sw/run.yaml --simulator banshee -j diff --git a/util/container/Dockerfile b/util/container/Dockerfile index 56966456c1..a5af736bea 100644 --- a/util/container/Dockerfile +++ b/util/container/Dockerfile @@ -76,11 +76,11 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cm rm -rf cmake-${CMAKE_VERSION}-Linux-x86_64.tar.gz ENV PATH "/tools/bin:${PATH}" -# Install `banshee` (needs cmake) -RUN rustup install 1.63.0 -RUN rustup override set 1.63.0 -RUN git clone https://github.com/pulp-platform/banshee.git /tmp/banshee --recurse-submodules -RUN cargo install --path /tmp/banshee +# # Install `banshee` (needs cmake) +# RUN rustup install 1.63.0 +# RUN rustup override set 1.63.0 +# RUN git clone https://github.com/pulp-platform/banshee.git /tmp/banshee --recurse-submodules +# RUN cargo install --path /tmp/banshee # Install Bender RUN wget https://github.com/pulp-platform/bender/releases/download/v${BENDER_VERSION}/bender-${BENDER_VERSION}-x86_64-linux-gnu-ubuntu18.04.tar.gz @@ -146,7 +146,7 @@ RUN apt-get update && apt-get install software-properties-common -y && \ # Copy artifacts from stage 1. COPY --from=builder /tools/bender bin/ COPY --from=builder /tools/spike-dasm bin/ -COPY --from=builder /root/.cargo/bin/banshee bin/ +# COPY --from=builder /root/.cargo/bin/banshee bin/ COPY --from=builder /opt/python /opt/python COPY --from=builder /tools/verilator /tools/verilator/