The unpac monorepo manager self-hosting as a monorepo using unpac

Merge pull request #289 from talex5/bun

Update tests to use an official bun version

authored by

Thomas Leonard and committed by
GitHub
73359ebf 286dcb49

+3 -6
+3 -6
vendor/opam/cstruct/.drone.yml
··· 7 7 8 8 steps: 9 9 - name: build 10 - image: ocaml/opam2:4.08 10 + image: ocaml/opam:debian-ocaml-4.12-afl 11 11 commands: 12 - - sudo apt-get update && sudo apt-get -y install afl 13 12 - sudo chown -R opam . 14 - - git -C /home/opam/opam-repository pull origin && opam update 15 - - opam switch 4.08+afl 13 + - git -C /home/opam/opam-repository pull origin 1ce065bc0cbef7bc06effcd3865af0d430c6273b && opam update 16 14 - opam pin add -n . 17 15 - opam depext -u cstruct-async cstruct-lwt cstruct-unix cstruct ppx_cstruct 18 16 - opam install -y . 19 - - opam pin bun https://github.com/talex5/ocaml-bun.git#dune2 20 - - opam install -y dune crowbar fmt bun 17 + - opam install -y dune crowbar fmt 'bun>=0.3.4' 21 18 - opam exec -- dune build @fuzz --no-buffer