Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ global_job_config:
- git submodule update --init --recursive
epilogue:
commands:
- if [[ $(command cache) ]]; then cache store "$LIBRDKAFKA_COMMIT_HASH" deps/librdkafka; done
- if [[ $(command cache) ]]; then cache store "$LIBRDKAFKA_COMMIT_HASH" deps/librdkafka; fi
Copy link

Copilot AI Sep 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The command cache check may not work as intended. This will always return true if the cache command exists in PATH, regardless of whether caching is available or functional. Consider using command -v cache to check if the cache command exists, or cache --version to verify it's working properly.

Copilot uses AI. Check for mistakes.


blocks:
- name: "Linux amd64 (musl): Build and test"
Expand Down