Skip to content

Commit

Permalink
Updated CI configurations for ACE_TAO builds so we get default.features
Browse files Browse the repository at this point in the history
  • Loading branch information
mitza-oci committed Jul 11, 2024
1 parent 0d2e35a commit c4c4481
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
uses: actions/cache@v4
with:
path: ${{ github.job }}.tar.xz
key: c01_${{ github.job }}_ace6tao2_${{ env.ACE_COMMIT }}_${{ env.COMPILER_VERSION }}_${{ env.JDK_VERSION }}
key: c02_${{ github.job }}_ace6tao2_${{ env.ACE_COMMIT }}_${{ env.COMPILER_VERSION }}_${{ env.JDK_VERSION }}
- name: checkout MPC
if: steps.cache-artifact.outputs.cache-hit != 'true'
uses: actions/checkout@v4
Expand All @@ -109,7 +109,7 @@ jobs:
if: steps.cache-artifact.outputs.cache-hit != 'true'
run: |
cd OpenDDS
./configure --no-inline --tests --ace=$GITHUB_WORKSPACE/OpenDDS/ACE_TAO/ACE --mpc=$GITHUB_WORKSPACE/MPC --compile-warnings=WARNING
./configure --no-inline --tests --no-rapidjson --ace=$GITHUB_WORKSPACE/OpenDDS/ACE_TAO/ACE --mpc=$GITHUB_WORKSPACE/MPC --compile-warnings=WARNING
- name: build ACE and TAO
if: steps.cache-artifact.outputs.cache-hit != 'true'
run: |
Expand Down Expand Up @@ -1198,7 +1198,7 @@ jobs:
uses: actions/cache@v4
with:
path: ${{ github.job }}.tar.xz
key: c01_${{ github.job }}_ace6tao2_${{ env.ACE_COMMIT }}_${{ env.COMPILER_VERSION }}
key: c02_${{ github.job }}_ace6tao2_${{ env.ACE_COMMIT }}_${{ env.COMPILER_VERSION }}
- name: install xerces
if: steps.cache-artifact.outputs.cache-hit != 'true'
run: sudo apt-get -y install libxerces-c-dev
Expand All @@ -1212,7 +1212,7 @@ jobs:
if: steps.cache-artifact.outputs.cache-hit != 'true'
run: |
cd OpenDDS
./configure --no-debug --no-inline --features=versioned_namespace=1 --tests --security --ace=$GITHUB_WORKSPACE/OpenDDS/ACE_TAO/ACE --mpc=$GITHUB_WORKSPACE/MPC --compile-warnings=WARNING
./configure --no-debug --no-inline --features=versioned_namespace=1 --tests --security --no-rapidjson --ace=$GITHUB_WORKSPACE/OpenDDS/ACE_TAO/ACE --mpc=$GITHUB_WORKSPACE/MPC --compile-warnings=WARNING
- name: build ACE and TAO
if: steps.cache-artifact.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit c4c4481

Please sign in to comment.