Skip to content

Commit

Permalink
Merge pull request OpenDDS#4434 from mitza-oci/gha-xerces
Browse files Browse the repository at this point in the history
GitHub Actions: update apt repos
  • Loading branch information
jrw972 authored Jan 24, 2024
2 parents dcc75c5 + 0babfcc commit 3d55b7b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1542,6 +1542,8 @@ jobs:
needs: ACE_TAO_u20_clang12_i0w1_sec

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -1630,6 +1632,8 @@ jobs:
id-token: write

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -1840,6 +1844,8 @@ jobs:
needs: ACE_TAO_u20_clang10_sec_js0

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -1927,6 +1933,8 @@ jobs:
id-token: write

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -2137,6 +2145,8 @@ jobs:
needs: ACE_TAO_u20_gcc9_d0w1_cpp03

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -2431,6 +2441,8 @@ jobs:
needs: ACE_TAO_u20_gcc8_i0_js0_j

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install gcc and g++
run: |
sudo apt-get install g++-8
Expand Down Expand Up @@ -2915,6 +2927,8 @@ jobs:
runs-on: ubuntu-20.04

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout OpenDDS
Expand Down Expand Up @@ -3018,6 +3032,8 @@ jobs:
needs: ACE_TAO_u20_gcc10_bsafe_js0_FM-2c

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -3503,6 +3519,8 @@ jobs:
needs: ACE_TAO_u20_p1_asan

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -3591,6 +3609,8 @@ jobs:
id-token: write

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -3801,6 +3821,8 @@ jobs:
needs: ACE_TAO_u20_p1_tsan

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -3881,6 +3903,8 @@ jobs:
id-token: write

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -4093,6 +4117,8 @@ jobs:
needs: ACE_TAO_u20_p1_ubsan

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -4182,6 +4208,8 @@ jobs:
id-token: write

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -4410,6 +4438,8 @@ jobs:
run: |
tar xvJf openssl3_u20.tar.xz
rm -f openssl3_u20.tar.xz
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -4500,6 +4530,8 @@ jobs:
run: |
tar xvJf openssl3_u20.tar.xz
rm -f openssl3_u20.tar.xz
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -4764,6 +4796,8 @@ jobs:
needs: ACE_TAO_u20_p1

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down Expand Up @@ -4857,6 +4891,8 @@ jobs:
id-token: write

steps:
- name: Update apt indexes
run: sudo apt-get -y update
- name: install xerces
run: sudo apt-get -y install libxerces-c-dev
- name: checkout MPC
Expand Down

0 comments on commit 3d55b7b

Please sign in to comment.