Skip to content

Map certs with ITUT X509 to our RSA implementation (#1754) #4438

Map certs with ITUT X509 to our RSA implementation (#1754)

Map certs with ITUT X509 to our RSA implementation (#1754) #4438

Workflow file for this run

name: macOS CI
# Workflow syntax.
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
on:
pull_request:
branches:
- '*'
env:
PACKAGE_NAME: aws-lc
# Used to enable ASAN test dimension.
AWSLC_NO_ASM_FIPS: 1
jobs:
macOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v4
with:
go-version: '>=1.18'
- name: Build ${{ env.PACKAGE_NAME }}
run: |
./tests/ci/run_posix_tests.sh
macOS-FIPS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v4
with:
go-version: '>=1.18'
- name: Build ${{ env.PACKAGE_NAME }} with FIPS mode
run: |
./tests/ci/run_fips_tests.sh