mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
Fix test issues
This commit is contained in:
3
.github/workflows/curl.yml
vendored
3
.github/workflows/curl.yml
vendored
@ -52,8 +52,7 @@ jobs:
|
|||||||
- name: Install test dependencies
|
- name: Install test dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install nghttp2 libpsl5 libpsl-dev
|
sudo apt-get install nghttp2 libpsl5 libpsl-dev python3-impacket
|
||||||
sudo pip install impacket
|
|
||||||
|
|
||||||
- name: Download lib
|
- name: Download lib
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
3
.github/workflows/hostap-vm.yml
vendored
3
.github/workflows/hostap-vm.yml
vendored
@ -196,8 +196,7 @@ jobs:
|
|||||||
# hostap dependencies
|
# hostap dependencies
|
||||||
sudo apt-get install -y libpcap0.8 libpcap-dev curl libcurl4-openssl-dev \
|
sudo apt-get install -y libpcap0.8 libpcap-dev curl libcurl4-openssl-dev \
|
||||||
libnl-3-dev binutils-dev libssl-dev libiberty-dev libnl-genl-3-dev \
|
libnl-3-dev binutils-dev libssl-dev libiberty-dev libnl-genl-3-dev \
|
||||||
libnl-route-3-dev libdbus-1-dev bridge-utils tshark
|
libnl-route-3-dev libdbus-1-dev bridge-utils tshark python3-pycryptodome
|
||||||
sudo pip3 install pycryptodome
|
|
||||||
|
|
||||||
- name: Checkout hostap
|
- name: Checkout hostap
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
2
.github/workflows/ipmitool.yml
vendored
2
.github/workflows/ipmitool.yml
vendored
@ -51,6 +51,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build_wolfssl
|
needs: build_wolfssl
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install dependencies
|
||||||
|
run: export DEBIAN_FRONTEND=noninteractive && sudo apt-get update && sudo apt-get install -y libreadline8
|
||||||
- name: Download lib
|
- name: Download lib
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
2
.github/workflows/jwt-cpp.yml
vendored
2
.github/workflows/jwt-cpp.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
ref: [ 0.6.0 ]
|
ref: [ 0.7.0 ]
|
||||||
name: ${{ matrix.ref }}
|
name: ${{ matrix.ref }}
|
||||||
if: github.repository_owner == 'wolfssl'
|
if: github.repository_owner == 'wolfssl'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
3
.github/workflows/mosquitto.yml
vendored
3
.github/workflows/mosquitto.yml
vendored
@ -68,8 +68,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y build-essential libev-dev libssl-dev automake python3-docutils libcunit1 libcunit1-doc libcunit1-dev pkg-config make
|
sudo apt-get install -y build-essential libev-dev libssl-dev automake python3-docutils libcunit1 libcunit1-doc libcunit1-dev pkg-config make python3-psutil
|
||||||
sudo pip install --upgrade psutil
|
|
||||||
|
|
||||||
- name: Checkout mosquitto
|
- name: Checkout mosquitto
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
2
.github/workflows/multi-compiler.yml
vendored
2
.github/workflows/multi-compiler.yml
vendored
@ -51,6 +51,8 @@ jobs:
|
|||||||
# This should be a safe limit for the tests to run.
|
# This should be a safe limit for the tests to run.
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install dependencies
|
||||||
|
run: export DEBIAN_FRONTEND=noninteractive && sudo apt-get update && sudo apt-get install -y ${{ matrix.CC }}
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
|
3
.github/workflows/pam-ipmi.yml
vendored
3
.github/workflows/pam-ipmi.yml
vendored
@ -56,8 +56,7 @@ jobs:
|
|||||||
# Don't prompt for anything
|
# Don't prompt for anything
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install libpam-dev ninja-build
|
sudo apt-get install libpam-dev ninja-build python3-meson
|
||||||
sudo pip3 install meson
|
|
||||||
|
|
||||||
- name: Download lib
|
- name: Download lib
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
2
.github/workflows/zephyr.yml
vendored
2
.github/workflows/zephyr.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
|||||||
libglib2.0-dev libgtk2.0-0 liblocale-gettext-perl libncurses5-dev libpcap-dev \
|
libglib2.0-dev libgtk2.0-0 liblocale-gettext-perl libncurses5-dev libpcap-dev \
|
||||||
libpopt0 libsdl1.2-dev libsdl2-dev libssl-dev libtool libtool-bin locales make \
|
libpopt0 libsdl1.2-dev libsdl2-dev libssl-dev libtool libtool-bin locales make \
|
||||||
net-tools ninja-build openssh-client parallel pkg-config python3-dev python3-pip \
|
net-tools ninja-build openssh-client parallel pkg-config python3-dev python3-pip \
|
||||||
python3-ply python3-setuptools python-is-python3 qemu rsync socat srecord sudo \
|
python3-ply python3-setuptools python-is-python3 qemu-kvm rsync socat srecord sudo \
|
||||||
texinfo unzip wget ovmf xz-utils
|
texinfo unzip wget ovmf xz-utils
|
||||||
|
|
||||||
- name: Install west
|
- name: Install west
|
||||||
|
Reference in New Issue
Block a user