| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Let's remove pixi.lock for now, because it's huge and will get even bigger for all platforms. This can always be added later.
The move from make to Ninja might also break a few things, but we can fix those as we discover them.
Otherwise good.
Sorry, something went wrong.
| if [[ "$OUTOFTREE" == "true" ]]; then | ||
| mkdir -p build | ||
| cd build | ||
| fi |
There was a problem hiding this comment.
Is this needed for pixi build? If so, why not just move this logic to pixi.toml itself? That way this simple script can stay build system independent.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
I was trying to do some development on lpython.
It might simplify the first steps for some people :) The lockfile should create a consistent environment. I only have tested this on macOS arm64 so far though.
We create two environments:
A start task is also added to run the development version of lpython. I was pretty confused for a while which runtime folder to include so I also added that to the start command (and changed build1.sh).
I can fix this up for linux and windows if you all like it.