mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Fix pam-ipmi test
This commit is contained in:
11
.github/workflows/pam-ipmi.yml
vendored
11
.github/workflows/pam-ipmi.yml
vendored
@ -3,7 +3,7 @@ name: pam-ipmi Tests
|
|||||||
# START OF COMMON SECTION
|
# START OF COMMON SECTION
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
#branches: [ 'master', 'main', 'release/**' ]
|
branches: [ 'master', 'main', 'release/**' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ '*' ]
|
branches: [ '*' ]
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
git_ref: [ e4b13e6725abb178f62ee897fe1c0e81b06a9431 ]
|
git_ref: [ e4b13e6725abb178f62ee897fe1c0e81b06a9431 ]
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.git_ref }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build_wolfssl
|
needs: build_wolfssl
|
||||||
steps:
|
steps:
|
||||||
@ -71,9 +71,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: openbmc/pam-ipmi
|
repository: openbmc/pam-ipmi
|
||||||
path: pam-ipmi
|
path: pam-ipmi
|
||||||
|
ref: ${{ matrix.git_ref }}
|
||||||
|
|
||||||
- name: Build pam-ipmi
|
- name: Build pam-ipmi
|
||||||
working-directory: pam-ipmi
|
working-directory: pam-ipmi
|
||||||
run: |
|
run: |
|
||||||
|
patch -p1 < ../osp/pam-ipmi/*-${{ matrix.git_ref }}.patch
|
||||||
PKG_CONFIG_PATH=$GITHUB_WORKSPACE/build-dir/lib/pkgconfig meson setup build
|
PKG_CONFIG_PATH=$GITHUB_WORKSPACE/build-dir/lib/pkgconfig meson setup build
|
||||||
ninja -C build
|
ninja -C build
|
||||||
|
|
||||||
|
- name: Confirm built with wolfSSL
|
||||||
|
working-directory: pam-ipmi
|
||||||
|
run: |
|
||||||
|
ldd ./build/src/pam_ipmisave/pam_ipmisave.so | grep wolfssl
|
||||||
|
Reference in New Issue
Block a user