[ci] avoid to use docker image for build compatibility now

This commit is contained in:
tangxifan 2022-08-25 13:37:36 -07:00
parent eda989dda2
commit 3bc2fa75c2
1 changed files with 5 additions and 1 deletions

View File

@ -69,7 +69,8 @@ jobs:
name: ${{ matrix.config.name }}
runs-on: ubuntu-20.04
# Note: dependencies are installed in the container. See details about dependency list in docker/Dockerfile.master
container: ghcr.io/${{ needs.change_detect.outputs.docker_repo }}/openfpga-build-${{ matrix.config.cc}}
# Comment the line out when base image is built again
#container: ghcr.io/${{ needs.change_detect.outputs.docker_repo }}/openfpga-build-${{ matrix.config.cc}}
# Branch on different OS and settings
strategy:
fail-fast: false
@ -117,6 +118,9 @@ jobs:
with:
submodules: true
- name: Install dependencies
run: ./.github/workflows/install_dependencies_build.sh
- name: Dump tool versions
run: |
cmake --version