Skip to content

Commit

Permalink
Updated CI configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
mitza-oci committed Jun 28, 2024
1 parent 89b8a2b commit 9c8d369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
- name: configure OpenDDS
run: |
cd OpenDDS
./configure --no-inline --tests --java=$JAVA_HOME_17_X64 --no-rapidjson --ace=$GITHUB_WORKSPACE/ACE_TAO/ACE --mpc=$GITHUB_WORKSPACE/MPC --compile-warnings=WARNING
./configure --no-inline --tests --java=$JAVA_HOME_17_X64 --ace=$GITHUB_WORKSPACE/ACE_TAO/ACE --mpc=$GITHUB_WORKSPACE/MPC --compile-warnings=WARNING
- name: check build configuration
shell: bash
run: |
Expand Down Expand Up @@ -1276,7 +1276,7 @@ jobs:
- name: configure OpenDDS
run: |
cd OpenDDS
./configure --no-debug --no-inline --features=versioned_namespace=1 --tests --security --no-rapidjson --no-built-in-topics --no-content-subscription --no-ownership-profile --no-object-model-profile --no-persistence-profile --ace=$GITHUB_WORKSPACE/ACE_TAO/ACE --mpc=$GITHUB_WORKSPACE/MPC --compile-warnings=WARNING
./configure --no-debug --no-inline --features=versioned_namespace=1 --tests --security --no-built-in-topics --no-content-subscription --no-ownership-profile --no-object-model-profile --no-persistence-profile --ace=$GITHUB_WORKSPACE/ACE_TAO/ACE --mpc=$GITHUB_WORKSPACE/MPC --compile-warnings=WARNING
- name: check build configuration
shell: bash
run: |
Expand Down

0 comments on commit 9c8d369

Please sign in to comment.