Skip to content

Conversation

@lool
Copy link
Contributor

@lool lool commented May 26, 2025

In weekly workflows, we upload new builds to their own directory and
then update a symlink pointing to the latest one. The symlink update
logic is currently broken.

Updating symlink to directories requires an extra flag to ln. Without
the flag, if a symlink already exists and points to a directory, a new
symlink is created under that directory instead of updating the symlink.

This is not attempting to fix the leftover symlinks on the fileserver
side, these will be garbage collected over time.

Updating symlink to directories requires an extra flag to ln. Without
the flag, if a symlink already exists and points to a directory, a new
symlink is created under that directory instead of updating the symlink.

Signed-off-by: Loïc Minier <[email protected]>
@github-actions
Copy link

Test Results

 1 files   2 suites   2m 59s ⏱️
15 tests 15 ✅ 0 💤 0 ❌
19 runs  19 ✅ 0 💤 0 ❌

Results for commit d4bf209.

@github-actions
Copy link

Test jobs for commit d4bf209

@lool lool merged commit d0c9691 into qualcomm-linux:main May 27, 2025
11 of 12 checks passed
@lool lool deleted the workflows-symlink-to-dir branch May 28, 2025 09:02
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.

2 participants