-
Notifications
You must be signed in to change notification settings - Fork 64
Uw2 pixi #726
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
Conversation
Adding pixi.toml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Adds a Pixi-based workflow for building and testing the UW2 environment.
- Introduces
pixi.tomlto declare workspace settings, tasks, and dependencies. - Updates
.gitattributesto control merging and syntax highlighting for the lock file.
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pixi.toml | Defines workspace metadata, build/test tasks, platforms, and deps |
| .gitattributes | Configures merge strategy and Linguist settings for pixi.lock |
Comments suppressed due to low confidence (2)
.gitattributes:7
- The lock file uses TOML syntax, so setting
linguist-language=Tomlwould enable correct highlighting instead of YAML.
pixi.lock merge=binary linguist-language=YAML linguist-generated=true
pixi.toml:8
- [nitpick] If Windows support is intended, consider adding "win-64" to the platforms list to prevent surprises for Windows users.
platforms = ["linux-64", "osx-arm64"]
* Adding some comments to CMakeLists.txt(s) * Removing some obsolete options for CMAKE
* now pixi 0.59.0 ready. * notes in pixi_dev_notes.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 7 out of 9 changed files in this pull request and generated 14 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Co-authored-by: Copilot <[email protected]>
PIXI!
Adding a pixi based workflow for building and setting up the uw2 environment.
Feedback welcome @lmoresi