-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
Add openssl #1281
Add openssl #1281
Conversation
2a95201
to
c28112b
Compare
For the env variables, probably worth trying this:
|
120a0b6
to
be9bc2e
Compare
d117376
to
adb6d25
Compare
@JonasVautherin what's special about these env vars? Can't you just do |
6c98317
to
316c9e8
Compare
This reverts commit aa034df.
e56e104
to
f48da41
Compare
1d4a133
to
62710e6
Compare
62710e6
to
4c6914f
Compare
64021de
to
0b65eea
Compare
185a01b
to
a1b14b7
Compare
rpm-package: | ||
name: ${{ matrix.container_name }} (package, non-mavsdk_server) | ||
runs-on: ubuntu-18.04 | ||
container: mavsdk/mavsdk-${{ matrix.container_name }} | ||
strategy: | ||
matrix: | ||
container_name: [fedora-32, fedora-33] | ||
container_name: [fedora-33] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why only Fedora 33? My idea is to always have 2, so always the two versions that are supported.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not manage to install perl-FindBin on Fedora-32, and eventually gave up 😅
Because it's so much fun 😅.
More seriously, the reason for moving to OpenSSL instead of keeping LibreSSL is that we would want to use dTLS if we were to encrypt the MAVLink communications, and LibreSSL does not support dTLS.