fix: change pebble dir in 24.04 from /.rock/bin to /usr/bin #552
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.
Description
After discussion with the Starcraft team, it has been agreed on to move the
pebble
binary to/usr/bin
instead of/.rock/bin
for 24.04, since we're quite sure that the/usr/bin
dir won't change for 24.04.This PR builds over the previous PR #528 but replaces the pebble path for 24.04 and onwards to
/usr/bin
, and change .Related PRs
PR #528
Testing
Aside from spread tests, this is a manual test using the Hello World rock with build-base of 24.04 to confirm the path of pebble binary.
Rock:
Results