Skip to content

reusable_build: fix toolchain file parsing#87

Merged
robimarko merged 1 commit intoopenwrt:mainfrom
robimarko:microchipsw-ci
Jan 21, 2026
Merged

reusable_build: fix toolchain file parsing#87
robimarko merged 1 commit intoopenwrt:mainfrom
robimarko:microchipsw-ci

Conversation

@robimarko
Copy link
Contributor

Currently, we are echoing TOOLCHAIN_FILE as a string instead of its content to set TOOLCHAIN_NAME variable, which will make the CI fail with: Toolchain directory 'TOOLCHAIN_FILE/toolchain-*' does not exist.

As TOOLCHAIN_NAME variable value will be exactly: "TOOLCHAIN_FILE" which obviously is not correct.

Fixes: 6ed0816 ("CI: reusable-build: support both .xz and .zst compression")

Currently, we are echoing TOOLCHAIN_FILE as a string instead of its content
to set TOOLCHAIN_NAME variable, which will make the CI fail with:
Toolchain directory 'TOOLCHAIN_FILE/toolchain-*' does not exist.

As TOOLCHAIN_NAME variable value will be exactly: "TOOLCHAIN_FILE"
which obviously is not correct.

Fixes: 6ed0816 ("CI: reusable-build: support both .xz and .zst compression")
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
@robimarko robimarko merged commit 59c9b34 into openwrt:main Jan 21, 2026
1 check passed
@robimarko robimarko deleted the microchipsw-ci branch January 21, 2026 21:41
@github-actions
Copy link

Warning

Some formality checks failed.

Consider (re)reading submissions guidelines.

Failed checks

Issues marked with an ❌ are failing checks.

Commit 855dde9

  • 🔶 Commit body line 8 is longer than 75 characters (is 81):
    Fixes: 6ed0816 ("CI: reusable-build: support both .xz and .zst compression")

For more details, see the full job log.

Something broken? Consider providing feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant