Skip to content

Commit

Permalink
Enable CI build of plugin with symbol mangling enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartin82 committed Dec 9, 2024
1 parent de101f1 commit 2c9d245
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
run: cargo build -p zenoh-plugin-dds --features dds_shm --verbose --all-targets

- name: Build zenoh-plugin-dds (with prefix_symbols)
if: ${{ ! startsWith(matrix.os,'windows') }}
run: cargo build -p zenoh-plugin-dds --features prefix_symbols --verbose --all-targets

- name: Build zenoh-bridge-dds
Expand All @@ -74,7 +73,6 @@ jobs:
run: cargo build -p zenoh-bridge-dds --features dds_shm --verbose --all-targets

- name: Build zenoh-bridge-dds (with prefix_symbols)
if: ${{ ! startsWith(matrix.os,'windows') }}
run: cargo build -p zenoh-bridge-dds --features prefix_symbols --verbose --all-targets

- name: Run tests
Expand Down

0 comments on commit 2c9d245

Please sign in to comment.