File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,6 @@ if ($null -ne $packageType) {
112
112
}
113
113
}
114
114
115
- if ($IsLinux -and (Test-Path / etc/ mariner- release)) {
116
- tdnf install - y openssl- devel
117
- }
118
-
119
115
$BuildToolsPath = " ${env: ProgramFiles(x86)} \Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC"
120
116
121
117
& $rustup default stable
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ dsc_lib = { path = "../dsc_lib" }
20
20
indicatif = { version = " 0.17" }
21
21
jsonschema = " 0.18"
22
22
path-absolutize = { version = " 3.1.1" }
23
+ reqwest = { version = " 0.12" , features = [" rustls-tls" ], default-features = false }
23
24
schemars = { version = " 0.8.12" }
24
25
serde = { version = " 1.0" , features = [" derive" ] }
25
26
serde_json = { version = " 1.0" , features = [" preserve_order" ] }
Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ base64 = "0.22"
8
8
chrono = { version = " 0.4.26" }
9
9
derive_builder =" 0.20"
10
10
indicatif = { version = " 0.17" }
11
- jsonschema = " 0.17 "
11
+ jsonschema = " 0.18 "
12
12
num-traits = " 0.2"
13
13
regex = " 1.7"
14
+ reqwest = { version = " 0.12" , features = [" rustls-tls" ], default-features = false }
14
15
schemars = { version = " 0.8.12" , features = [" preserve_order" ] }
15
16
serde = { version = " 1.0" , features = [" derive" ] }
16
17
serde_json = { version = " 1.0" , features = [" preserve_order" ] }
You can’t perform that action at this time.
0 commit comments