Skip OpenSSL installation — no longer required in latest buildcache#3
Merged
Skip OpenSSL installation — no longer required in latest buildcache#3
Conversation
…ease Co-authored-by: magnesj <1793152+magnesj@users.noreply.github.com> Agent-Logs-Url: https://github.com/CeetronSolutions/setup-buildcache-action/sessions/0a37a659-c1b1-4348-b1f4-eec1ee536688
Copilot
AI
changed the title
[WIP] Fix skip install of OpenSSL in latest release
Skip OpenSSL installation — no longer required in latest buildcache
Mar 26, 2026
Contributor
|
@copilot some tests are failing. Blacklist 31.5 and 31.6 to make all test pass. |
…buntu-24.04 Co-authored-by: magnesj <1793152+magnesj@users.noreply.github.com> Agent-Logs-Url: https://github.com/CeetronSolutions/setup-buildcache-action/sessions/b426ed9a-00d4-43e6-952f-f9b72199c041
Co-authored-by: magnesj <1793152+magnesj@users.noreply.github.com> Agent-Logs-Url: https://github.com/CeetronSolutions/setup-buildcache-action/sessions/b426ed9a-00d4-43e6-952f-f9b72199c041
Contributor
Author
Done in aae6daa. Removed Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Since buildcache removed its OpenSSL dependency, the
libssl1.1installation step (including the focal-security repo fallback) is unnecessary overhead.Changes
action.yml— Removeapt-get update+libssl1.1install block (and its focal-security fallback) from the Linux install stepREADME.md— Remove reference to automatic OpenSSL dependency installationtest-basic.sh— Invert the OpenSSL check: assertapt-get libsslis absent rather than presentOriginal prompt
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.