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

Many warnings on macos-latest and ubuntu-latest #432

Open
mgree opened this issue Feb 24, 2022 · 3 comments
Open

Many warnings on macos-latest and ubuntu-latest #432

mgree opened this issue Feb 24, 2022 · 3 comments
Labels
enhancement New feature or request question Further information is requested upstream

Comments

@mgree
Copy link

mgree commented Feb 24, 2022

During the OPAM install for 4.13.x (and other versions too), there are many warnings, both on macos-latest and ubuntu-latest.

None of these warnings are harmful causing failures, but they make finding other failures hard.

@smorimoto
Copy link
Member

It's not a real issue with the Action, but in some sense, with opam-repository. That being said, more importantly it's not a real issue even with opam-repository. I understand that they are annoying with search, but I don't know how to actually make it go away.
@kit-ty-kate Do you have any ideas?

@smorimoto smorimoto added enhancement New feature or request question Further information is requested upstream labels Mar 2, 2022
@kit-ty-kate
Copy link
Member

I’m not sure where these warnings come from, they don’t appear in normal operation nor in opam-repo-ci for example.
Could you list which OPAM* environment variables setup-ocaml has?

@smorimoto
Copy link
Member

The environment variables we are handling for the current system are:.

{
  "common": {
    "OPAMCLI": "2.0",
    "OPAMCOLOR": "always",
    "OPAMERRLOGLEN": 0,
    "OPAMJOBS": "(Number of logical CPU cores)",
    "OPAMPRECISETRACKING": 1,
    "OPAMSOLVERTIMEOUT": 1000,
    "OPAMVERBOSE": (true | false), // Depends on whether action step debugging is on
    "OPAMYES": true,
    "DUNE_CACHE": true,
    "DUNE_CACHE_TRANSPORT": "direct"
  },
  "windows-specific": {
    "OPAMROOT": "D:/.opam",
    "HOME": "process.env.USERPROFILE",
    "MSYS": "winsymlinks:native"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested upstream
Projects
None yet
Development

No branches or pull requests

3 participants