You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ Pixi task (start in cxx): mkdir -p ../folder_a &&echo Hello >> ../folder_a/a.txt
WARN No files matched the output globs for task`'start' WARN Output globs: ["../folder_a/a.txt"]
But the folder is indeed there:
ls ../folder_a
a.txt
These out of source folders are specially useful for CMake projects, where the build folder is strongly recommended to not be nested with the source (project) folder.
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Issue description
Following the same example given in #1237
Not sure if expected, but the glob doesn't work if the folder is out of the project:
But the folder is indeed there:
These out of source folders are specially useful for CMake projects, where the build folder is strongly recommended to not be nested with the source (project) folder.
Something odd with the glob:
These two give different results:
This works ✅
This doesn't ❌
Expected behavior
I expect that the glob works with relative paths:
The text was updated successfully, but these errors were encountered: