Skip to content

Commit

Permalink
Run tests with iceoryx feature enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Dec 6, 2024
1 parent c6d5cfd commit b939dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
submodules: recursive
- name: Install apt dependencies
if: startsWith(matrix.os-arch.os,'ubuntu')
run: sudo apt-get -y install acl-dev
run: sudo apt-get -y install acl-dev g++-multilib
- name: Install LLVM toolchain
if: startsWith(matrix.os-arch.os,'macos')
run: |
Expand Down
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ fn build_iceoryx(src_dir: &Path, out_dir: &Path) -> PathBuf {
let iceoryx_lib = iceoryx_path.join("lib");
println!("cargo:rustc-link-search=native={}", iceoryx_lib.display());
println!("cargo:rustc-link-lib=static=iceoryx_hoofs");
println!("cargo:rustc-link-lib=static=iceoryx_posh");
//println!("cargo:rustc-link-lib=static=iceoryx_posh");
println!("cargo:rustc-link-lib=static=iceoryx_platform");

#[cfg(target_os = "linux")]
Expand Down

0 comments on commit b939dfc

Please sign in to comment.