Skip to content

Commit

Permalink
Update coq-docker.yml with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Nov 16, 2023
1 parent 0028ed1 commit 2892821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coq-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,23 +96,23 @@ jobs:
ocaml_version: ${{ matrix.env.DOCKER_OCAML_VERSION }}
export: CI ALLOW_DIFF COQCHKEXTRAFLAGS
custom_script: |
etc/ci/github-actions-docker-make.sh ${EXTRA_GH_REPORTIFY} EXTERNAL_DEPENDENCIES=1 SKIP_COQSCRIPTS_INCLUDE=1 install install-standalone-ocaml
sudo etc/ci/github-actions-docker-make.sh ${EXTRA_GH_REPORTIFY} EXTERNAL_DEPENDENCIES=1 SKIP_COQSCRIPTS_INCLUDE=1 install install-standalone-ocaml
- name: install-without-bedrock2
uses: coq-community/docker-coq-action@v1
with:
coq_version: ${{ matrix.env.DOCKER_COQ_VERSION }}
ocaml_version: ${{ matrix.env.DOCKER_OCAML_VERSION }}
export: CI ALLOW_DIFF COQCHKEXTRAFLAGS
custom_script: |
etc/ci/github-actions-docker-make.sh ${EXTRA_GH_REPORTIFY} EXTERNAL_DEPENDENCIES=1 SKIP_BEDROCK2=1 install-without-bedrock2 install-standalone-ocaml
sudo etc/ci/github-actions-docker-make.sh ${EXTRA_GH_REPORTIFY} EXTERNAL_DEPENDENCIES=1 SKIP_BEDROCK2=1 install-without-bedrock2 install-standalone-ocaml
- name: install-dev
uses: coq-community/docker-coq-action@v1
with:
coq_version: ${{ matrix.env.DOCKER_COQ_VERSION }}
ocaml_version: ${{ matrix.env.DOCKER_OCAML_VERSION }}
export: CI ALLOW_DIFF COQCHKEXTRAFLAGS
custom_script: |
etc/ci/github-actions-docker-make.sh ${EXTRA_GH_REPORTIFY} EXTERNAL_REWRITER=1 EXTERNAL_COQPRIME=1 install install-standalone-ocaml
sudo etc/ci/github-actions-docker-make.sh ${EXTRA_GH_REPORTIFY} EXTERNAL_REWRITER=1 EXTERNAL_COQPRIME=1 install install-standalone-ocaml
- name: display timing info
run: cat time-of-build-pretty.log
- name: display per-line timing info
Expand Down

0 comments on commit 2892821

Please sign in to comment.