Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schema does not define a "resolutions" field #2

Open
TheSpyder opened this issue Oct 22, 2020 · 0 comments
Open

schema does not define a "resolutions" field #2

TheSpyder opened this issue Oct 22, 2020 · 0 comments

Comments

@TheSpyder
Copy link

I just used this esy config to install ocaml-lsp-server on macOS Big Sur, and now the schema validation is showing it as incorrect. It thinks the only valid value type inside resolutions is string.

I guess that's because there isn't a specific resolutions field defined in the schema?

{
  "dependencies": {
    "@opam/ocaml-lsp-server": "*",
    "@opam/ocamlfind-secondary": "*",
    "@opam/reason": "*",
    "ocaml": "4.6.x"
  },
  "resolutions": {
    "ocaml": {
      "source": "esy-ocaml/ocaml#1805622dc40c1c569a1720078b5707eeba32b07d",
      "override": {
        "build": [
          "./esy-configure -no-cfi -cc \"gcc -Wno-implicit-function-declaration\" -prefix $cur__install",
          "./esy-build"
        ]
      }
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant