Skip to content

Commit

Permalink
Comment out unused gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Nov 1, 2023
1 parent b5d928e commit 4dc1d15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-coq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
ocaml_version: ${{ matrix.env.DOCKER_OCAML_VERSION }}
export: CI ALLOW_DIFF SKUP_DISPLAY_TEST CC
custom_script: |
startGroup 'install gcc'
sudo apt-get update -q
sudo apt-get install g++-7 libssl-dev -y --allow-unauthenticated
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 --slave /usr/bin/g++ g++ /usr/bin/g++-7
endGroup
#startGroup 'install gcc'
#sudo apt-get update -q
#sudo apt-get install g++-7 libssl-dev -y --allow-unauthenticated
#sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 --slave /usr/bin/g++ g++ /usr/bin/g++-7
#endGroup
startGroup 'some-early util'
etc/ci/github-actions-docker-make.sh -j2 some-early util
endGroup
Expand Down

0 comments on commit 4dc1d15

Please sign in to comment.