Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ocaml-dune/pp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a837463a3c8ad243b3455751a6af009d6dfc0cb2
Choose a base ref
..
head repository: ocaml-dune/pp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cd743f8bb6ecddd881705c0e424749ea9b4a499c
Choose a head ref
Showing with 1 addition and 9 deletions.
  1. +1 −2 .github/workflows/ci.yml
  2. +0 −3 Makefile
  3. +0 −4 dune-workspace.dev
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -32,8 +32,7 @@ jobs:
- ocaml-compiler: 4.10.x
os: macos-latest
# OCaml 4.08.x: skipping macos & windows (fail)
# Keep the minimal version of OCaml in sync in here, `dune-project`
# and `dune-workspace.dev`.
# Keep the minimal version of OCaml in sync in here and `dune-project`
- ocaml-compiler: 4.08.x
os: ubuntu-latest

3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -17,9 +17,6 @@ reinstall: uninstall install
clean:
dune clean

all-supported-ocaml-versions:
dune runtest --workspace dune-workspace.dev

release:
dune-release tag
dune-release distrib --skip-build --skip-lint --skip-tests -n pp
4 changes: 0 additions & 4 deletions dune-workspace.dev

This file was deleted.