switch to vendored openssl and re-enable windows target

This commit is contained in:
DecDuck
2024-10-08 22:44:05 +11:00
parent 7c19702c40
commit 7c5e224f3b
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ stages:
matrix:
- TARGET:
- x86_64-unknown-linux-gnu
# - x86_64-pc-windows-msvc
- x86_64-pc-windows-msvc
build:
stage: build
+6 -1
View File
@@ -15,9 +15,14 @@ rayon = "1.10.0"
serde = "1.0.210"
ciborium = "0.2.2"
time = "0.3.36"
openssl = "0.10.66"
hex = "0.4.3"
[dependencies.openssl]
version = "0.10.66"
features = [
"vendored"
]
[dependencies.uuid]
version = "1.10.0"
features = [
+2 -1
View File
@@ -8,7 +8,8 @@
"triples": {
"defaults": false,
"additional": [
"x86_64-unknown-linux-gnu"
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc"
]
}
},