From 3ffe7510d0aaa7229f86479dad870bd188b283b3 Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Wed, 8 Dec 2021 15:23:28 +0000 Subject: [PATCH 1/5] Add image size badges --- README.md | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a3ac70a..48b85b9 100644 --- a/README.md +++ b/README.md @@ -10,18 +10,22 @@ Most subfolders correspond to a **platform configuration**, e.g. [debian-gcc-rel image | description | size | metrics | build status ---------------- | ----------------------------------------- | ------ | ------- | -------------- -[debian-gcc-devel](https://hub.docker.com/r/rhub/debian-gcc-devel) | Debian Linux, R-devel, GCC | [![](https://images.microbadger.com/badges/image/rhub/debian-gcc-devel.svg)](https://microbadger.com/images/rhub/debian-gcc-devel) | [![](https://img.shields.io/docker/pulls/rhub/debian-gcc-devel.svg)](https://hub.docker.com/r/rhub/debian-gcc-devel) | [![](https://img.shields.io/docker/cloud/build/rhub/debian-gcc-devel.svg)](https://hub.docker.com/r/rhub/debian-gcc-devel/builds) -[debian-gcc-devel-nold](https://hub.docker.com/r/rhub/debian-gcc-devel-nold) | Debian Linux, R-devel, GCC, no long double support | [![](https://images.microbadger.com/badges/image/rhub/debian-gcc-devel-nold.svg)](https://microbadger.com/images/rhub/debian-gcc-devel-nold) | [![](https://img.shields.io/docker/pulls/rhub/debian-gcc-devel-nold.svg)](https://hub.docker.com/r/rhub/debian-gcc-devel-nold) | [![](https://img.shields.io/docker/cloud/build/rhub/debian-gcc-devel-nold.svg)](https://hub.docker.com/r/rhub/debian-gcc-devel-nold/builds) -[debian-gcc-patched](https://hub.docker.com/r/rhub/debian-gcc-patched) | Debian Linux, R-patched, GCC | [![](https://images.microbadger.com/badges/image/rhub/debian-gcc-patched.svg)](https://microbadger.com/images/rhub/debian-gcc-patched) | [![](https://img.shields.io/docker/pulls/rhub/debian-gcc-patched.svg)](https://hub.docker.com/r/rhub/debian-gcc-patched) | [![](https://img.shields.io/docker/cloud/build/rhub/debian-gcc-patched.svg)](https://hub.docker.com/r/rhub/debian-gcc-patched/builds) -[debian-gcc-release](https://hub.docker.com/r/rhub/debian-gcc-release) | Debian Linux, R-release, GCC | [![](https://images.microbadger.com/badges/image/rhub/debian-gcc-release.svg)](https://microbadger.com/images/rhub/debian-gcc-release) | [![](https://img.shields.io/docker/pulls/rhub/debian-gcc-release.svg)](https://hub.docker.com/r/rhub/debian-gcc-release) | [![](https://img.shields.io/docker/cloud/build/rhub/debian-gcc-release.svg)](https://hub.docker.com/r/rhub/debian-gcc-release/builds) -[debian-clang-devel](https://hub.docker.com/r/rhub/debian-clang-devel) | Debian Linux, R-devel, clang, ISO-8859-15 locale | [![](https://images.microbadger.com/badges/image/rhub/debian-clang-devel.svg)](https://microbadger.com/images/rhub/debian-clang-devel) | [![](https://img.shields.io/docker/pulls/rhub/debian-clang-devel.svg)](https://hub.docker.com/r/rhub/debian-clang-devel) | [![](https://img.shields.io/docker/cloud/build/rhub/debian-clang-devel.svg)](https://hub.docker.com/r/rhub/debian-clang-devel/builds) -[fedora-gcc-devel](https://hub.docker.com/r/rhub/fedora-gcc-devel) | Fedora Linux, R-devel, GCC | [![](https://images.microbadger.com/badges/image/rhub/fedora-gcc-devel.svg)](https://microbadger.com/images/rhub/fedora-gcc-devel) | [![](https://img.shields.io/docker/pulls/rhub/fedora-gcc-devel.svg)](https://hub.docker.com/r/rhub/fedora-gcc-devel) | [![](https://img.shields.io/docker/cloud/build/rhub/fedora-gcc-devel.svg)](https://hub.docker.com/r/rhub/fedora-gcc-devel/builds) -[fedora-clang-devel](https://hub.docker.com/r/rhub/fedora-clang-devel) | Fedora Linux, R-devel, clang, gfortran | [![](https://images.microbadger.com/badges/image/rhub/fedora-clang-devel.svg)](https://microbadger.com/images/rhub/fedora-clang-devel) | [![](https://img.shields.io/docker/pulls/rhub/fedora-clang-devel.svg)](https://hub.docker.com/r/rhub/fedora-clang-devel) | [![](https://img.shields.io/docker/cloud/build/rhub/fedora-clang-devel.svg)](https://hub.docker.com/r/rhub/fedora-clang-devel/builds) -[ubuntu-gcc-devel](https://hub.docker.com/r/rhub/ubuntu-gcc-devel) | Ubuntu Linux 16.04 LTS, R-devel, GCC | [![](https://images.microbadger.com/badges/image/rhub/ubuntu-gcc-devel.svg)](https://microbadger.com/images/rhub/ubuntu-gcc-devel) | [![](https://img.shields.io/docker/pulls/rhub/ubuntu-gcc-devel.svg)](https://hub.docker.com/r/rhub/ubuntu-gcc-devel) | [![](https://img.shields.io/docker/cloud/build/rhub/ubuntu-gcc-devel.svg)](https://hub.docker.com/r/rhub/ubuntu-gcc-devel/builds) -[ubuntu-gcc-release](https://hub.docker.com/r/rhub/ubuntu-gcc-release) | Ubuntu Linux 16.04 LTS, R-release, GCC | [![](https://images.microbadger.com/badges/image/rhub/ubuntu-gcc-release.svg)](https://microbadger.com/images/rhub/ubuntu-gcc-release) | [![](https://img.shields.io/docker/pulls/rhub/ubuntu-gcc-release.svg)](https://hub.docker.com/r/rhub/ubuntu-gcc-release) | [![](https://img.shields.io/docker/cloud/build/rhub/ubuntu-gcc-release.svg)](https://hub.docker.com/r/rhub/ubuntu-gcc-release/builds) -[centos-epel](https://hub.docker.com/r/rhub/centos-epel) | CentOS 8, stock R from EPEL | [![](https://images.microbadger.com/badges/image/rhub/centos6-epel.svg)](https://microbadger.com/images/rhub/centos6-epel) | [![](https://img.shields.io/docker/pulls/rhub/centos6-epel.svg)](https://hub.docker.com/r/rhub/centos6-epel) | [![](https://img.shields.io/docker/cloud/build/rhub/centos6-epel.svg)](https://hub.docker.com/r/rhub/centos-epel/builds) -[rocker-gcc-san](https://hub.docker.com/r/rhub/rocker-gcc-san) | Debian Linux, R-devel, GCC ASAN/UBSAN | [![](https://images.microbadger.com/badges/image/rhub/rocker-gcc-san.svg)](https://microbadger.com/images/rhub/rocker-gcc-san) | [![](https://img.shields.io/docker/pulls/rhub/rocker-gcc-san.svg)](https://hub.docker.com/r/rhub/rocker-gcc-san) | [![](https://img.shields.io/docker/cloud/build/rhub/rocker-gcc-san.svg)](https://hub.docker.com/r/rhub/rocker-gcc-san/builds) -[ubuntu-rchk](https://hub.docker.com/r/rhub/ubuntu-rchk) | Ubuntu Linux 16.04 LTS, R-devel with rchk | [![](https://images.microbadger.com/badges/image/rhub/ubuntu-rchk.svg)](https://microbadger.com/images/rhub/ubuntu-rchk) | [![](https://img.shields.io/docker/pulls/rhub/ubuntu-rchk.svg)](https://hub.docker.com/r/rhub/ubuntu-rchk) | [![](https://img.shields.io/docker/cloud/build/rhub/ubuntu-rchk.svg)](https://hub.docker.com/r/rhub/ubuntu-rchk/builds) +[debian-gcc-devel](https://hub.docker.com/r/rhub/debian-gcc-devel) | Debian Linux, R-devel, GCC | [![](https://img.shields.io/docker/image-size/rhub/debian-gcc-devel)](https://img.shields.io/docker/image-size/rhub/debian-gcc-devel) | [![](https://img.shields.io/docker/pulls/rhub/debian-gcc-devel.svg)](https://hub.docker.com/r/rhub/debian-gcc-devel) | [![](https://img.shields.io/docker/cloud/build/rhub/debian-gcc-devel.svg)](https://hub.docker.com/r/rhub/debian-gcc-devel/builds) +[debian-gcc-devel-lto](https://hub.docker.com/r/rhub/debian-gcc-devel-lto) | Debian Linux, R-devel, GCC, LTO | [![](https://img.shields.io/docker/image-size/rhub/debian-gcc-devel-lto)](https://img.shields.io/docker/image-size/rhub/debian-gcc-devel-lto) | [![](https://img.shields.io/docker/pulls/rhub/debian-gcc-devel-lto.svg)](https://hub.docker.com/r/rhub/debian-gcc-devel-lto) | [![](https://img.shields.io/docker/cloud/build/rhub/debian-gcc-devel-lto.svg)](https://hub.docker.com/r/rhub/debian-gcc-devel-lto/builds) +[debian-gcc-devel-nold](https://hub.docker.com/r/rhub/debian-gcc-devel-nold) | Debian Linux, R-devel, GCC, no long double support | [![](https://img.shields.io/docker/image-size/rhub/debian-gcc-devel-nold)](https://img.shields.io/docker/image-size/rhub/debian-gcc-devel-nold) | [![](https://img.shields.io/docker/pulls/rhub/debian-gcc-devel-nold.svg)](https://hub.docker.com/r/rhub/debian-gcc-devel-nold) | [![](https://img.shields.io/docker/cloud/build/rhub/debian-gcc-devel-nold.svg)](https://hub.docker.com/r/rhub/debian-gcc-devel-nold/builds) +[debian-gcc-patched](https://hub.docker.com/r/rhub/debian-gcc-patched) | Debian Linux, R-patched, GCC | [![](https://img.shields.io/docker/image-size/rhub/debian-gcc-patched)](https://img.shields.io/docker/image-size/rhub/debian-gcc-devel-patched) | [![](https://img.shields.io/docker/pulls/rhub/debian-gcc-patched.svg)](https://hub.docker.com/r/rhub/debian-gcc-patched) | [![](https://img.shields.io/docker/cloud/build/rhub/debian-gcc-patched.svg)](https://hub.docker.com/r/rhub/debian-gcc-patched/builds) +[debian-gcc-release](https://hub.docker.com/r/rhub/debian-gcc-release) | Debian Linux, R-release, GCC | [![](https://img.shields.io/docker/image-size/rhub/debian-gcc-release)](https://img.shields.io/docker/image-size/rhub/debian-gcc-release) | [![](https://img.shields.io/docker/pulls/rhub/debian-gcc-release.svg)](https://hub.docker.com/r/rhub/debian-gcc-release) | [![](https://img.shields.io/docker/cloud/build/rhub/debian-gcc-release.svg)](https://hub.docker.com/r/rhub/debian-gcc-release/builds) +[debian-clang-devel](https://hub.docker.com/r/rhub/debian-clang-devel) | Debian Linux, R-devel, clang, ISO-8859-15 locale | [![](https://img.shields.io/docker/image-size/rhub/debian-clang-devel)](https://img.shields.io/docker/image-size/rhub/debian-clang-devel) | [![](https://img.shields.io/docker/pulls/rhub/debian-clang-devel.svg)](https://hub.docker.com/r/rhub/debian-clang-devel) | [![](https://img.shields.io/docker/cloud/build/rhub/debian-clang-devel.svg)](https://hub.docker.com/r/rhub/debian-clang-devel/builds) +[fedora-gcc-devel](https://hub.docker.com/r/rhub/fedora-gcc-devel) | Fedora Linux, R-devel, GCC | [![](https://img.shields.io/docker/image-size/rhub/fedora-gcc-devel)](https://img.shields.io/docker/image-size/rhub/fedora-gcc-devel) | [![](https://img.shields.io/docker/pulls/rhub/fedora-gcc-devel.svg)](https://hub.docker.com/r/rhub/fedora-gcc-devel) | [![](https://img.shields.io/docker/cloud/build/rhub/fedora-gcc-devel.svg)](https://hub.docker.com/r/rhub/fedora-gcc-devel/builds) +[fedora-clang-devel](https://hub.docker.com/r/rhub/fedora-clang-devel) | Fedora Linux, R-devel, clang, gfortran | [![](https://img.shields.io/docker/image-size/rhub/fedora-clang-devel)](https://img.shields.io/docker/image-size/rhub/fedora-clang-devel)| [![](https://img.shields.io/docker/pulls/rhub/fedora-clang-devel.svg)](https://hub.docker.com/r/rhub/fedora-clang-devel) | [![](https://img.shields.io/docker/cloud/build/rhub/fedora-clang-devel.svg)](https://hub.docker.com/r/rhub/fedora-clang-devel/builds) +[ubuntu-gcc-devel](https://hub.docker.com/r/rhub/ubuntu-gcc-devel) | Ubuntu Linux 16.04 LTS, R-devel, GCC | [![](https://img.shields.io/docker/image-size/rhub/ubuntu-gcc-devel)](https://img.shields.io/docker/image-size/rhub/ubuntu-gcc-devel) | [![](https://img.shields.io/docker/pulls/rhub/ubuntu-gcc-devel.svg)](https://hub.docker.com/r/rhub/ubuntu-gcc-devel) | [![](https://img.shields.io/docker/cloud/build/rhub/ubuntu-gcc-devel.svg)](https://hub.docker.com/r/rhub/ubuntu-gcc-devel/builds) +[ubuntu-gcc-release](https://hub.docker.com/r/rhub/ubuntu-gcc-release) | Ubuntu Linux 16.04 LTS, R-release, GCC | [![](https://img.shields.io/docker/image-size/rhub/ubuntu-gcc-release)](https://img.shields.io/docker/image-size/rhub/ubuntu-gcc-release) | [![](https://img.shields.io/docker/pulls/rhub/ubuntu-gcc-release.svg)](https://hub.docker.com/r/rhub/ubuntu-gcc-release) | [![](https://img.shields.io/docker/cloud/build/rhub/ubuntu-gcc-release.svg)](https://hub.docker.com/r/rhub/ubuntu-gcc-release/builds) +[centos-epel](https://hub.docker.com/r/rhub/centos-epel) | CentOS 8, stock R from EPEL | [![](https://img.shields.io/docker/image-size/rhub/centos-epel)](https://img.shields.io/docker/image-size/rhub/centos-epel) | [![](https://img.shields.io/docker/pulls/rhub/centos6-epel.svg)](https://hub.docker.com/r/rhub/centos6-epel) | [![](https://img.shields.io/docker/cloud/build/rhub/centos6-epel.svg)](https://hub.docker.com/r/rhub/centos-epel/builds) +[rocker-gcc-san](https://hub.docker.com/r/rhub/rocker-gcc-san) | Debian Linux, R-devel, GCC ASAN/UBSAN | [![](https://img.shields.io/docker/image-size/rhub/rocker-gcc-san)](https://img.shields.io/docker/image-size/rhub/rocker-gcc-san) | [![](https://img.shields.io/docker/pulls/rhub/rocker-gcc-san.svg)](https://hub.docker.com/r/rhub/rocker-gcc-san) | [![](https://img.shields.io/docker/cloud/build/rhub/rocker-gcc-san.svg)](https://hub.docker.com/r/rhub/rocker-gcc-san/builds) +[ubuntu-rchk](https://hub.docker.com/r/rhub/ubuntu-rchk) | Ubuntu Linux 16.04 LTS, R-devel with rchk | [![](https://img.shields.io/docker/image-size/rhub/ubuntu-rchk)](https://img.shields.io/docker/image-size/rhub/ubuntu-rchk) | [![](https://img.shields.io/docker/pulls/rhub/ubuntu-rchk.svg)](https://hub.docker.com/r/rhub/ubuntu-rchk) | [![](https://img.shields.io/docker/cloud/build/rhub/ubuntu-rchk.svg)](https://hub.docker.com/r/rhub/ubuntu-rchk/builds) + + + Note that these images are useful for you to run to debug your R package. For use of R+Docker for reproducible analyses, refer to the [Rocker organization](https://rocker-project.org/). From 98b897fdfb719e6e556e6e26aea642c2166bee2a Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Wed, 8 Dec 2021 15:31:57 +0000 Subject: [PATCH 2/5] Add fedora-clang-devel-san job to table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48b85b9..484caff 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ image | description | size | metrics [debian-clang-devel](https://hub.docker.com/r/rhub/debian-clang-devel) | Debian Linux, R-devel, clang, ISO-8859-15 locale | [![](https://img.shields.io/docker/image-size/rhub/debian-clang-devel)](https://img.shields.io/docker/image-size/rhub/debian-clang-devel) | [![](https://img.shields.io/docker/pulls/rhub/debian-clang-devel.svg)](https://hub.docker.com/r/rhub/debian-clang-devel) | [![](https://img.shields.io/docker/cloud/build/rhub/debian-clang-devel.svg)](https://hub.docker.com/r/rhub/debian-clang-devel/builds) [fedora-gcc-devel](https://hub.docker.com/r/rhub/fedora-gcc-devel) | Fedora Linux, R-devel, GCC | [![](https://img.shields.io/docker/image-size/rhub/fedora-gcc-devel)](https://img.shields.io/docker/image-size/rhub/fedora-gcc-devel) | [![](https://img.shields.io/docker/pulls/rhub/fedora-gcc-devel.svg)](https://hub.docker.com/r/rhub/fedora-gcc-devel) | [![](https://img.shields.io/docker/cloud/build/rhub/fedora-gcc-devel.svg)](https://hub.docker.com/r/rhub/fedora-gcc-devel/builds) [fedora-clang-devel](https://hub.docker.com/r/rhub/fedora-clang-devel) | Fedora Linux, R-devel, clang, gfortran | [![](https://img.shields.io/docker/image-size/rhub/fedora-clang-devel)](https://img.shields.io/docker/image-size/rhub/fedora-clang-devel)| [![](https://img.shields.io/docker/pulls/rhub/fedora-clang-devel.svg)](https://hub.docker.com/r/rhub/fedora-clang-devel) | [![](https://img.shields.io/docker/cloud/build/rhub/fedora-clang-devel.svg)](https://hub.docker.com/r/rhub/fedora-clang-devel/builds) +[fedora-clang-devel-san](https://hub.docker.com/r/rhub/fedora-clang-devel-san) | Fedora Linux, R-devel, clang, gfortran, ASAN/UBSAN | [![](https://img.shields.io/docker/image-size/rhub/fedora-clang-devel-san)](https://img.shields.io/docker/image-size/rhub/fedora-clang-devel-san)| [![](https://img.shields.io/docker/pulls/rhub/fedora-clang-devel-san.svg)](https://hub.docker.com/r/rhub/fedora-clang-devel-san) | [![](https://img.shields.io/docker/cloud/build/rhub/fedora-clang-devel-san.svg)](https://hub.docker.com/r/rhub/fedora-clang-devel-san/builds) [ubuntu-gcc-devel](https://hub.docker.com/r/rhub/ubuntu-gcc-devel) | Ubuntu Linux 16.04 LTS, R-devel, GCC | [![](https://img.shields.io/docker/image-size/rhub/ubuntu-gcc-devel)](https://img.shields.io/docker/image-size/rhub/ubuntu-gcc-devel) | [![](https://img.shields.io/docker/pulls/rhub/ubuntu-gcc-devel.svg)](https://hub.docker.com/r/rhub/ubuntu-gcc-devel) | [![](https://img.shields.io/docker/cloud/build/rhub/ubuntu-gcc-devel.svg)](https://hub.docker.com/r/rhub/ubuntu-gcc-devel/builds) [ubuntu-gcc-release](https://hub.docker.com/r/rhub/ubuntu-gcc-release) | Ubuntu Linux 16.04 LTS, R-release, GCC | [![](https://img.shields.io/docker/image-size/rhub/ubuntu-gcc-release)](https://img.shields.io/docker/image-size/rhub/ubuntu-gcc-release) | [![](https://img.shields.io/docker/pulls/rhub/ubuntu-gcc-release.svg)](https://hub.docker.com/r/rhub/ubuntu-gcc-release) | [![](https://img.shields.io/docker/cloud/build/rhub/ubuntu-gcc-release.svg)](https://hub.docker.com/r/rhub/ubuntu-gcc-release/builds) [centos-epel](https://hub.docker.com/r/rhub/centos-epel) | CentOS 8, stock R from EPEL | [![](https://img.shields.io/docker/image-size/rhub/centos-epel)](https://img.shields.io/docker/image-size/rhub/centos-epel) | [![](https://img.shields.io/docker/pulls/rhub/centos6-epel.svg)](https://hub.docker.com/r/rhub/centos6-epel) | [![](https://img.shields.io/docker/cloud/build/rhub/centos6-epel.svg)](https://hub.docker.com/r/rhub/centos-epel/builds) From 02ad74f0bf8c07f493d1a86dfb028a37ad9c414f Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Wed, 8 Dec 2021 15:32:18 +0000 Subject: [PATCH 3/5] Add fedora-clang-devel-san to GHA workflows --- .github/workflows/fedora.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/fedora.yml b/.github/workflows/fedora.yml index 6a9b71c..a7adf9a 100644 --- a/.github/workflows/fedora.yml +++ b/.github/workflows/fedora.yml @@ -48,6 +48,20 @@ jobs: env: DOCKER_PASS: ${{ secrets.DOCKER_PASS }} + fedora-clang-devel-san: + runs-on: ubuntu-latest + needs: fedora-clang + steps: + - name: Checkout + uses: actions/checkout@v2 + with: + fetch-depth: 10 + - name: Build + run: | + ./build-image.sh fedora-clang-devel-san --no-cache + env: + DOCKER_PASS: ${{ secrets.DOCKER_PASS }} + fedora-gcc: runs-on: ubuntu-latest needs: fedora From 7c044213c3ba2de5a73bbc592d1dd4ab9d9e772d Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Wed, 8 Dec 2021 15:40:28 +0000 Subject: [PATCH 4/5] Remove extra whitespace --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 484caff..8297b4d 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,6 @@ image | description | size | metrics [rocker-gcc-san](https://hub.docker.com/r/rhub/rocker-gcc-san) | Debian Linux, R-devel, GCC ASAN/UBSAN | [![](https://img.shields.io/docker/image-size/rhub/rocker-gcc-san)](https://img.shields.io/docker/image-size/rhub/rocker-gcc-san) | [![](https://img.shields.io/docker/pulls/rhub/rocker-gcc-san.svg)](https://hub.docker.com/r/rhub/rocker-gcc-san) | [![](https://img.shields.io/docker/cloud/build/rhub/rocker-gcc-san.svg)](https://hub.docker.com/r/rhub/rocker-gcc-san/builds) [ubuntu-rchk](https://hub.docker.com/r/rhub/ubuntu-rchk) | Ubuntu Linux 16.04 LTS, R-devel with rchk | [![](https://img.shields.io/docker/image-size/rhub/ubuntu-rchk)](https://img.shields.io/docker/image-size/rhub/ubuntu-rchk) | [![](https://img.shields.io/docker/pulls/rhub/ubuntu-rchk.svg)](https://hub.docker.com/r/rhub/ubuntu-rchk) | [![](https://img.shields.io/docker/cloud/build/rhub/ubuntu-rchk.svg)](https://hub.docker.com/r/rhub/ubuntu-rchk/builds) - - - Note that these images are useful for you to run to debug your R package. For use of R+Docker for reproducible analyses, refer to the [Rocker organization](https://rocker-project.org/). ## License ## From 57804aad842480148aba3778162265cee0246ea4 Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Wed, 8 Dec 2021 17:02:42 +0000 Subject: [PATCH 5/5] Udpate needs field --- .github/workflows/fedora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fedora.yml b/.github/workflows/fedora.yml index a7adf9a..41a3bff 100644 --- a/.github/workflows/fedora.yml +++ b/.github/workflows/fedora.yml @@ -50,7 +50,7 @@ jobs: fedora-clang-devel-san: runs-on: ubuntu-latest - needs: fedora-clang + needs: fedora-clang-devel steps: - name: Checkout uses: actions/checkout@v2