Commit a4e9f7b
CI: drop the unused OpenSSL installs from the wheel builds
Neither install was ever used by anything we build.
Windows: nothing in the job ever used it. Nothing there compiles against
OpenSSL, so no headers were needed. And everything that does TLS at
runtime carries its own copy - Python brings its own libssl/libcrypto,
and the cryptography package has OpenSSL built in - so nothing ever
looks
for a system-wide install. The step just put a copy on the runner that
sat unused.
Linux: the same, in two halves. `openssl` was already in the manylinux
image, so asking for it changed nothing. `openssl-devel` (the headers)
did install something new, but nothing ever compiled against it - every
test dependency arrives as a ready-made wheel, and the only one that
needs OpenSSL, cryptography, has it built into that wheel.1 parent 6e35483 commit a4e9f7b
2 files changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | 107 | | |
113 | 108 | | |
114 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments