Skip to content

Commit

Permalink
Adds a Docker Job to the CI setup to create deployable docker image (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth authored Oct 10, 2020
1 parent f81bea1 commit 9f32578
Show file tree
Hide file tree
Showing 33 changed files with 1,265 additions and 235 deletions.
24 changes: 1 addition & 23 deletions npm-cli/esy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,7 @@
"ocaml": "4.6.x",
"@esy-ocaml/reason": "3.6.x",
"@opam/odoc": "*",
"@opam/ocaml-lsp-server": "ocaml/ocaml-lsp:ocaml-lsp-server.opam#7aa196ffeb358b2916f425df4923b7431f7eaf51",
"@opam/ocaml-lsp-server": "ocaml/ocaml-lsp:ocaml-lsp-server.opam",
"@opam/merlin": "*"
},
"resolutions": {
"@opam/dune": {
"source": "https://github.com/ocaml/dune/releases/download/2.3.1/dune-2.3.1.tbz#408307fb131d979658be51f23128a8ea76470915",
"override": {
"buildsInSource": true,
"build": [
["ocaml", "configure.ml", "--libdir", "#{self.lib}"],
["ocaml", "bootstrap.ml"],
["./dune.exe", "build", "-p", "dune", "--profile", "dune-bootstrap"]
],
"install": "esy-installer dune.install",
"buildEnv": {
"OCAMLFIND_CONF": "$SECONDARY_OCAMLFIND_CONF"
},
"dependencies": {
"esy-secondary-toolchain-findlib-conf": "*"
}
}
},
"esy-secondary-toolchain-findlib-conf": "prometheansacrifice/esy-secondary-toolchain-findlib-conf#3b2d207",
"@opam/ocaml-secondary-compiler": "esy-ocaml/ocaml#a5a77246b60f3"
}
}
322 changes: 168 additions & 154 deletions npm-cli/esy.lock/index.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions npm-cli/esy.lock/opam/base-threads.base/opam

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions npm-cli/esy.lock/opam/dune-build-info.2.7.1/opam

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 56 additions & 0 deletions npm-cli/esy.lock/opam/dune.2.7.1/opam

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 51 additions & 0 deletions npm-cli/esy.lock/opam/ocaml-secondary-compiler.4.08.1-1/opam

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 0 additions & 39 deletions npm-cli/esy.lock/opam/ocaml-syntax-shims.1.0.0/opam

This file was deleted.

3 changes: 3 additions & 0 deletions npm-cli/esy.lock/opam/ocamlfind-secondary.1.8.1/files/META.in

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions npm-cli/esy.lock/opam/ocamlfind-secondary.1.8.1/opam

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9f32578

Please sign in to comment.