aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-11-29 18:21:19 +0100
committerTheo Buehler <tb@openbsd.org>2023-11-29 18:21:19 +0100
commit6684ea367f05cdd794dc6f0e13b0c1ce9ff325f3 (patch)
tree41091af95f216e930ff7b70f09c82ca86912a843
parentdc0827bf7622bc017c010649680ac227c7d0072c (diff)
parent71fcee9b6e2d5da2073215a679cb219e6b177957 (diff)
downloadportable-6684ea367f05cdd794dc6f0e13b0c1ce9ff325f3.tar.gz
portable-6684ea367f05cdd794dc6f0e13b0c1ce9ff325f3.tar.bz2
portable-6684ea367f05cdd794dc6f0e13b0c1ce9ff325f3.zip
Land #951
-rw-r--r--.github/workflows/cifuzz.yml2
-rw-r--r--.github/workflows/solaris_test.yml2
-rw-r--r--README.md1
3 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index bdb3b2c..bbf3f44 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -2,8 +2,6 @@ name: CIFuzz
2 2
3on: 3on:
4 workflow_dispatch: 4 workflow_dispatch:
5 schedule:
6 - cron: "0 0 * * *"
7 5
8jobs: 6jobs:
9 Fuzzing: 7 Fuzzing:
diff --git a/.github/workflows/solaris_test.yml b/.github/workflows/solaris_test.yml
index f5e6bf4..217efd2 100644
--- a/.github/workflows/solaris_test.yml
+++ b/.github/workflows/solaris_test.yml
@@ -2,8 +2,6 @@ name: solaris_ci
2 2
3on: 3on:
4 workflow_dispatch: 4 workflow_dispatch:
5 schedule:
6 - cron: "0 0 * * *"
7 5
8jobs: 6jobs:
9 build-native: 7 build-native:
diff --git a/README.md b/README.md
index 051c749..009efd5 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,6 @@
4[![Linux Build Status](https://github.com/libressl/portable/actions/workflows/linux.yml/badge.svg)](https://github.com/libressl/portable/actions/workflows/linux.yml) 4[![Linux Build Status](https://github.com/libressl/portable/actions/workflows/linux.yml/badge.svg)](https://github.com/libressl/portable/actions/workflows/linux.yml)
5[![macOS Build Status](https://github.com/libressl/portable/actions/workflows/macos.yml/badge.svg)](https://github.com/libressl/portable/actions/workflows/macos.yml) 5[![macOS Build Status](https://github.com/libressl/portable/actions/workflows/macos.yml/badge.svg)](https://github.com/libressl/portable/actions/workflows/macos.yml)
6[![Android Build Status](https://github.com/libressl/portable/actions/workflows/android.yml/badge.svg)](https://github.com/libressl/portable/actions/workflows/android.yml) 6[![Android Build Status](https://github.com/libressl/portable/actions/workflows/android.yml/badge.svg)](https://github.com/libressl/portable/actions/workflows/android.yml)
7[![Solaris Build Status](https://github.com/libressl/portable/actions/workflows/solaris_test.yml/badge.svg)](https://github.com/libressl/portable/actions/workflows/solaris_test.yml)
8[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/libressl.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:libressl) 7[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/libressl.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:libressl)
9 8
10LibreSSL is a fork of [OpenSSL](https://www.openssl.org) 1.0.1g developed by the 9LibreSSL is a fork of [OpenSSL](https://www.openssl.org) 1.0.1g developed by the