Skip to content

[bug] Moon Fails to initialize multiple toolchains for task #2242

@arora1230-dev

Description

@arora1230-dev

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

  1. Define a task with multiple toolchains in your moon configuration.
  2. Execute the task
  3. 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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions