- 
                Notifications
    
You must be signed in to change notification settings  - Fork 8
 
feat: support changes for lockfile v7 #88
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
base: main
Are you sure you want to change the base?
Conversation
e6351dd    to
    fbaaf56      
    Compare
  
    | 
           The remaining problem is that out-of-tree git dependencies cannot be solved if there are multiple platforms with different variants each. You have this e.g. when running   | 
    
| 
           This should have been fixed by your previous PR to the backends, which we may not have released yet. That ensures that the   | 
    
          
 
  | 
    
| 
           Ah, I read too quickly. You mean my PR that ensures that all variants are returned. I will double check if that doesn't work with out-of-source git dependencies for some reason  | 
    
| 
           It is, so maybe that is somehow broken? Using your PR the   | 
    
          
 Yeah, I think so. - conda: .
  name: simple-app
  depends:
  - vc >=14.2,<15
  - vc14_runtime >=14.29.30139
  - ucrt >=10.0.20348.0
  input:
    hash: 8d1d52341921800e7ab8a779709ab7deec64a6281480dfda121b9e6aaea71c4d
    globs: []
  variants:
    cxx_compiler: vs2019
    target_platform: win-64
- conda: .
  name: simple-app
  depends:
  - libstdcxx >=15
  - libgcc >=15
  input:
    hash: 8d1d52341921800e7ab8a779709ab7deec64a6281480dfda121b9e6aaea71c4d
    globs: []
  variants:
    target_platform: linux-64It seems like there's a problem specifically with out-of-tree (git) builds  | 
    
Goes alongside prefix-dev/pixi#4824