-
-
Notifications
You must be signed in to change notification settings - Fork 201
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When a moon task configuration defines multiple toolchains, moon does not properly initialize the environment for all specified toolchains. Only one toolchain appears to be recognized and activated during task execution.
Steps to reproduce
- Define a task with multiple toolchains in your moon configuration.
- Execute the task
- Observe that only one toolchain is initialized.
You can follow the instructions in the README of this repository to reproduce the issue.
Expected behavior
All toolchains should be initialized and available in the task execution environment, allowing the task to utilize tools and dependencies from multiple toolchains.
Actual behavior
Only one of the toolchain is being initialized for the task.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working