Skip to content

Commit 419fcaa

Browse files
committed
ci: try fix rhel
1 parent fff8f41 commit 419fcaa

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

.github/scripts/cargo_build.ps1

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,6 @@ function BuildProject {
1111
$env:OPENSSL_DIR = "$env:VCPKG_INSTALLATION_ROOT\packages\openssl_x64-windows-static"
1212
Get-ChildItem -Recurse $env:OPENSSL_DIR
1313

14-
# Build `cosmian`
15-
Get-ChildItem crate\cli
16-
if ($BuildType -eq "release") {
17-
cargo build --release --target x86_64-pc-windows-msvc
18-
}
19-
else {
20-
cargo build --target x86_64-pc-windows-msvc
21-
}
22-
Get-ChildItem ..\..
23-
24-
# Build `cosmian_gui`
25-
Get-ChildItem crate\gui
26-
if ($BuildType -eq "release") {
27-
cargo build --release --target x86_64-pc-windows-msvc
28-
}
29-
else {
30-
cargo build --target x86_64-pc-windows-msvc
31-
}
32-
Get-ChildItem ..\..
33-
3414
# Build at root
3515
if ($BuildType -eq "release") {
3616
cargo build --release --target x86_64-pc-windows-msvc

.github/workflows/build_rhel9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
set -x
8585
86-
yum -y install glib2-devel gtk3-devel
86+
yum -y install glib2-devel gtk3
8787
yum -y install python-devel
8888
yum -y install wget
8989
yum -y install perl-IPC-Cmd perl-Digest-SHA1 perl-CPAN perl-devel

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[workspace]
2-
default-members = ["crate/cli"]
32
members = ["crate/cli", "crate/gui", "crate/config"]
43

54
# Do that if you don't want to enable `dev` feature by default due to the `dev-dependencies` of the cli.

0 commit comments

Comments
 (0)