diff options
author | Theo Buehler <tb@openbsd.org> | 2023-11-29 18:21:19 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-11-29 18:21:19 +0100 |
commit | 6684ea367f05cdd794dc6f0e13b0c1ce9ff325f3 (patch) | |
tree | 41091af95f216e930ff7b70f09c82ca86912a843 | |
parent | dc0827bf7622bc017c010649680ac227c7d0072c (diff) | |
parent | 71fcee9b6e2d5da2073215a679cb219e6b177957 (diff) | |
download | portable-6684ea367f05cdd794dc6f0e13b0c1ce9ff325f3.tar.gz portable-6684ea367f05cdd794dc6f0e13b0c1ce9ff325f3.tar.bz2 portable-6684ea367f05cdd794dc6f0e13b0c1ce9ff325f3.zip |
Land #951
-rw-r--r-- | .github/workflows/cifuzz.yml | 2 | ||||
-rw-r--r-- | .github/workflows/solaris_test.yml | 2 | ||||
-rw-r--r-- | README.md | 1 |
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 | ||
3 | on: | 3 | on: |
4 | workflow_dispatch: | 4 | workflow_dispatch: |
5 | schedule: | ||
6 | - cron: "0 0 * * *" | ||
7 | 5 | ||
8 | jobs: | 6 | jobs: |
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 | ||
3 | on: | 3 | on: |
4 | workflow_dispatch: | 4 | workflow_dispatch: |
5 | schedule: | ||
6 | - cron: "0 0 * * *" | ||
7 | 5 | ||
8 | jobs: | 6 | jobs: |
9 | build-native: | 7 | build-native: |
@@ -4,7 +4,6 @@ | |||
4 | [](https://github.com/libressl/portable/actions/workflows/linux.yml) | 4 | [](https://github.com/libressl/portable/actions/workflows/linux.yml) |
5 | [](https://github.com/libressl/portable/actions/workflows/macos.yml) | 5 | [](https://github.com/libressl/portable/actions/workflows/macos.yml) |
6 | [](https://github.com/libressl/portable/actions/workflows/android.yml) | 6 | [](https://github.com/libressl/portable/actions/workflows/android.yml) |
7 | [](https://github.com/libressl/portable/actions/workflows/solaris_test.yml) | ||
8 | [](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:libressl) | 7 | [](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:libressl) |
9 | 8 | ||
10 | LibreSSL is a fork of [OpenSSL](https://www.openssl.org) 1.0.1g developed by the | 9 | LibreSSL is a fork of [OpenSSL](https://www.openssl.org) 1.0.1g developed by the |