Skip to content

Commit 2115b0c

Browse files
authored
fix(driver-podman): compile container spec on macOS (#2789)
* ci(drivers): lint portable drivers on macOS Signed-off-by: Evan Lezar <elezar@nvidia.com> * fix(driver-podman): compile container spec on macOS Signed-off-by: Evan Lezar <elezar@nvidia.com> --------- Signed-off-by: Evan Lezar <elezar@nvidia.com>
1 parent 877ddba commit 2115b0c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

‎.github/workflows/branch-checks.yml‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@ jobs:
199199
-p openshell-sandbox \
200200
-p openshell-core \
201201
-p openshell-cli \
202+
-p openshell-driver-db-credstore \
203+
-p openshell-driver-docker \
204+
-p openshell-driver-kubernetes \
205+
-p openshell-driver-kubernetes-secrets \
206+
-p openshell-driver-podman \
207+
-p openshell-driver-vault \
202208
--all-targets \
203209
-- -D warnings
204210

‎crates/openshell-driver-podman/src/container.rs‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ use openshell_core::{driver_mounts, proto_struct};
1414
use serde::Serialize;
1515
use serde_json::Value;
1616
use std::collections::{BTreeMap, HashSet};
17-
#[cfg(target_os = "linux")]
1817
use std::path::Path;
1918

2019
/// Returns `true` when `SELinux` is enabled (enforcing or permissive).

0 commit comments

Comments
 (0)