Fix aws-lc-rs GH CI for FIPS-2.x branch (#1651) #3159
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Integration tests | |
on: | |
push: | |
branches: [ '*' ] | |
pull_request: | |
branches: [ '*' ] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref_name }} | |
cancel-in-progress: true | |
env: | |
CC: gcc | |
jobs: | |
openldap: | |
if: github.repository_owner == 'aws' | |
runs-on: ubuntu-latest | |
name: OpenLDAP | |
steps: | |
- name: Install OS Dependencies | |
run: | | |
sudo apt-get update | |
sudo apt-get -y --no-install-recommends install cmake gcc ninja-build golang make | |
- uses: actions/checkout@v3 | |
- name: Build AWS-LC, build openldap, run tests | |
run: | | |
./tests/ci/run_openldap_integration.sh master OPENLDAP_REL_ENG_2_5 |