This repository was archived by the owner on May 4, 2026. It is now read-only.
fix(platformio): 🐛 Use relative paths instead of absolute paths - #157
Merged
Conversation
This is the latest update for the Version-1.1.0-Development branch. Plus it makes the `is-my-QC-and-QL-still-broken` branch different enough to check whether-or-not my QC and Vulnerability Scanner is still broken.
Owner
Author
|
Okay, that's wild. 🤔 |
…r the time being FAFO phase 2
…litting the `cd` command from the same line that runs the script. FAFO phase 3
It seems I am getting permission errors every time `build.py` is executed, so I'll see what happens here. FAFO phase 6
Owner
Author
|
Okay, so it seems I am running into permission errors on the |
This has shown to be unnecessary, as the permission error was not on this file itself, but with `/workspaces`
…r` with the part that installs PlatformIO Would I still get the same permission error?
Owner
Author
ZZ-Cat
marked this pull request as ready for review
August 30, 2025 00:02
Owner
Author
|
I also found out why the So, I'll merge this as-is, because the important checks pass all a-okay. 👌🏼 |
34 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

When I initially containerised CFA, I had the hare-brained idea of using absolute paths in CFA's configuration files.
Turns out, this led to obscure permission denial errors whenever I tried to run both PlatformIO commands or CFA's
build.pyscript as a part of the QC and QL workflows.This resolves the broken QC and QL workflows. Everything should run as expected now.