Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tar to preserve links #7835

Merged
merged 2 commits into from
Aug 5, 2024
Merged

Conversation

julek-wolfssl
Copy link
Member

Something broke in the actions/download-artifact action and it is not preserving symbolic links. It didn't get a new release so my guess is that something was updated in the node environment or in npm. This is a future proof solution to preserve the fs structure between upload and download.

@julek-wolfssl julek-wolfssl self-assigned this Aug 5, 2024
@julek-wolfssl julek-wolfssl requested a review from bandi13 August 5, 2024 16:06
Something broke in the actions/download-artifact action and it is not preserving symbolic links. It didn't get a new release so my guess is that something was updated in the node environment or in npm. This is a future proof solution to preserve the fs structure between upload and download.
@bandi13
Copy link
Contributor

bandi13 commented Aug 5, 2024

retest this please. The issue was just

# openssl s_client -connect localhost:55758 -reconnect -legacy_renegotiation -cipher DHE-RSA-AES128-SHA256 -tls1_2  -cert "/tmp/workspace/PRB-generic-config-parser/wolfssl/./scripts/../certs/client-cert.pem" -key "/tmp/workspace/PRB-generic-config-parser/wolfssl/./scripts/../certs/client-key.pem" -CAfile "/tmp/workspace/PRB-generic-config-parser/wolfssl/./scripts/../certs/ca-cert.pem"
SSL_accept error -501, can't match cipher suite
wolfSSL error: SSL_accept failed

@bandi13 bandi13 merged commit ab2256c into wolfSSL:master Aug 5, 2024
122 checks passed
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.

3 participants