Land #902
This commit is contained in:
commit
31458956a9
18
.github/workflows/fedora-rawhide.yml
vendored
18
.github/workflows/fedora-rawhide.yml
vendored
@ -22,19 +22,13 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
dnf -y install git make clang cmake ninja-build autoconf automake libtool diffutils patch
|
dnf -y install git make clang cmake ninja-build autoconf automake libtool diffutils patch
|
||||||
- name: Configure
|
- name: Pull upstream source
|
||||||
run: |
|
run: |
|
||||||
./autogen.sh
|
./update.sh
|
||||||
./configure
|
- name: Build
|
||||||
- name: Make dist
|
|
||||||
run: |
|
run: |
|
||||||
make dist
|
CC=${{ matrix.cc }} cmake -GNinja -DBUILD_SHARED_LIBS=ON .
|
||||||
tar zxvf libressl-*.tar.gz
|
|
||||||
rm libressl-*.tar.gz
|
|
||||||
- name: Build and test
|
|
||||||
run: |
|
|
||||||
cd libressl-*
|
|
||||||
mkdir build-shared
|
|
||||||
cmake -GNinja -DBUILD_SHARED_LIBS=ON ..
|
|
||||||
ninja
|
ninja
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
ninja test
|
ninja test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user