Skip to content

Commit

Permalink
Merge branch 'master' into feature/asyncify
Browse files Browse the repository at this point in the history
  • Loading branch information
mitschabaude committed Feb 27, 2024
2 parents 8cfd780 + c8b812e commit 346ca07
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 80 deletions.
36 changes: 0 additions & 36 deletions .circleci/config.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
[pull_request]

jobs:
buildx:
docker-build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
uses: docker/setup-buildx-action@v1
id: buildx
id: docker-build
with:
install: true
-
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/stale.yml

This file was deleted.

12 changes: 5 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ FROM ocaml/opam:debian-ocaml-4.14
RUN sudo apt-get update
RUN sudo apt-get install -y \
build-essential \
pkg-config=0.29.2-1 \
pkg-config \
git \
libffi-dev=3.3-6 \
libgmp-dev=2:6.2.1+dfsg-1+deb11u1 \
libgmp3-dev=2:6.2.1+dfsg-1+deb11u1 \
libprocps-dev=2:3.3.17-5 \
libffi-dev \
libgmp-dev \
libgmp3-dev \
libssl-dev \
m4=1.4.18-5

m4

# Create a volume we can work in. For initial build,
# we'll copy the local context. To update the snarky
Expand Down

0 comments on commit 346ca07

Please sign in to comment.