Skip to content

Commit

Permalink
GitHub Actions: ACE 7 is no longer used
Browse files Browse the repository at this point in the history
Updated build names to match
  • Loading branch information
mitza-oci committed Aug 12, 2024
1 parent 7ca7a4d commit eba377a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3163,7 +3163,7 @@ jobs:
name: ${{ github.job }}_artifact
path: ${{ github.job }}.tar.xz

ACE_TAO_u20_ace7_j_qt_ws_sec:
ACE_TAO_u20_acem_j_qt_ws_sec:

runs-on: ubuntu-20.04

Expand Down Expand Up @@ -3239,11 +3239,11 @@ jobs:
name: ${{ github.job }}_artifact
path: ${{ github.job }}.tar.xz

build_u20_ace7_j_qt_ws_sec:
build_u20_acem_j_qt_ws_sec:

runs-on: ubuntu-20.04

needs: ACE_TAO_u20_ace7_j_qt_ws_sec
needs: ACE_TAO_u20_acem_j_qt_ws_sec

steps:
- name: update apt
Expand All @@ -3263,13 +3263,13 @@ jobs:
- name: download ACE_TAO artifact
uses: actions/download-artifact@v4
with:
name: ACE_TAO_u20_ace7_j_qt_ws_sec_artifact
name: ACE_TAO_u20_acem_j_qt_ws_sec_artifact
path: ACE_TAO
- name: extract ACE_TAO artifact
shell: bash
run: |
cd ACE_TAO
tar xvfJ ACE_TAO_u20_ace7_j_qt_ws_sec.tar.xz
tar xvfJ ACE_TAO_u20_acem_j_qt_ws_sec.tar.xz
- name: checkout OpenDDS
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -3329,11 +3329,11 @@ jobs:
name: ${{ github.job }}_artifact
path: ${{ github.job }}.tar.xz

test_u20_ace7_j_qt_ws_sec:
test_u20_acem_j_qt_ws_sec:

runs-on: ubuntu-20.04

needs: build_u20_ace7_j_qt_ws_sec
needs: build_u20_acem_j_qt_ws_sec

permissions:
contents: read
Expand Down Expand Up @@ -3362,13 +3362,13 @@ jobs:
- name: download ACE_TAO artifact
uses: actions/download-artifact@v4
with:
name: ACE_TAO_u20_ace7_j_qt_ws_sec_artifact
name: ACE_TAO_u20_acem_j_qt_ws_sec_artifact
path: ACE_TAO
- name: extract ACE_TAO artifact
shell: bash
run: |
cd ACE_TAO
tar xvfJ ACE_TAO_u20_ace7_j_qt_ws_sec.tar.xz
tar xvfJ ACE_TAO_u20_acem_j_qt_ws_sec.tar.xz
- name: checkout OpenDDS
uses: actions/checkout@v4
with:
Expand All @@ -3377,13 +3377,13 @@ jobs:
- name: download OpenDDS artifact
uses: actions/download-artifact@v4
with:
name: build_u20_ace7_j_qt_ws_sec_artifact
name: build_u20_acem_j_qt_ws_sec_artifact
path: OpenDDS
- name: extract OpenDDS artifact
shell: bash
run: |
cd OpenDDS
tar xvfJ build_u20_ace7_j_qt_ws_sec.tar.xz
tar xvfJ build_u20_acem_j_qt_ws_sec.tar.xz
- name: check build configuration
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs/internal/github_actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Build Options
* v1 - enables versioned namespace
* cpp03 - ``--std=c++03``
* j/j<N> - Java version default/N
* ace7 - uses ace7tao3 rather than ace6tao2
* acem - uses ACE_TAO's master branch instead of ace6tao2
* xer0 - disables xerces
* qt - enables ``--qt``
* ws - enables ``--wireshark``
Expand Down

0 comments on commit eba377a

Please sign in to comment.