mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
CI: Disable (broken) ubuntu builds
the routine builds on PRs are fine and the issue seems to come from the complex container ubuntu/OCaml setup
This commit is contained in:
parent
25a0464e93
commit
b28583fb71
28
.github/workflows/run-builds.yml
vendored
28
.github/workflows/run-builds.yml
vendored
@ -6,34 +6,6 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-ubuntu:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up OCaml
|
||||
uses: ocaml/setup-ocaml@v2
|
||||
with:
|
||||
ocaml-compiler: 4.13.x
|
||||
dune-cache: true
|
||||
|
||||
- name: Install external dependencies
|
||||
run: |
|
||||
sudo apt-get update && sudo apt-get install python3-dev virtualenv \
|
||||
python3-setuptools python3-pip python3-pygments man2html rsync \
|
||||
colordiff npm nodejs libmpc-dev ninja-build pandoc
|
||||
sudo python3 -m pip install --upgrade pip
|
||||
sudo python3 -m pip install virtualenv
|
||||
sudo make pygments
|
||||
./french_law/python/setup_env.sh
|
||||
- name: Install OCaml dependencies
|
||||
run: |
|
||||
OPAMCONFIRMLEVEL=unsafe-yes make dependencies-ocaml-with-z3
|
||||
- name: Make build
|
||||
run: |
|
||||
OCAMLRUNPARAM=b opam exec -- make build
|
||||
|
||||
build-nix-flake:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user