Skip to content

Commit

Permalink
(TEMP) use standalone CI with Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed Jul 14, 2023
1 parent 53e7972 commit 88e8277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/standalone.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Dockerfile should be run from the root EverParse directory

ARG ocaml_version=4.12
FROM ocaml/opam:ubuntu-22.04-ocaml-$ocaml_version
FROM ocaml/opam:ubuntu-20.04-ocaml-$ocaml_version

ADD --chown=opam:opam ./ $HOME/everparse/
WORKDIR $HOME/everparse
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-x64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
echo "CI_SLACK_CHANNEL=$(jq -c -r '.NotificationChannel' .docker/build/config.json)" >> $GITHUB_ENV
- name: Determine the build flavor
run: |
if docker image inspect fstar:local-branch-$FSTAR_BRANCH ; then echo CI_FLAVOR=hierarchic >> $GITHUB_ENV ; else echo CI_FLAVOR=standalone >> $GITHUB_ENV ; fi
echo CI_FLAVOR=standalone >> $GITHUB_ENV
- name: Build Everparse and its dependencies
run: |
ci_docker_image_tag=everparse:local-run-$GITHUB_RUN_ID-$GITHUB_RUN_ATTEMPT
Expand Down

0 comments on commit 88e8277

Please sign in to comment.