From 9426ade107c49080b50a265494f78eac85790a10 Mon Sep 17 00:00:00 2001 From: Javier Pastor Date: Wed, 27 May 2020 07:21:34 +0200 Subject: Fix error > emerge openssl-devel (#9141) * Fix error > emerge openssl-devel Add the correct package name for gentoo linux. Issue #9140 * Add missing package names for linux gentoo. * fix name package gentoo lm-sensors * add in workflows gentoo fix name package sys-apps/lm-sensors --- .github/workflows/build-and-install.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github') diff --git a/.github/workflows/build-and-install.yml b/.github/workflows/build-and-install.yml index fe7a07bd7a..3da98a3f62 100644 --- a/.github/workflows/build-and-install.yml +++ b/.github/workflows/build-and-install.yml @@ -45,6 +45,7 @@ jobs: - 'ubuntu:19.10' - 'ubuntu:18.04' - 'ubuntu:16.04' + - 'gentoo/stage3-amd64:latest' include: - distro: 'alpine:edge' pre: 'apk add -U bash' @@ -101,6 +102,11 @@ jobs: - distro: 'ubuntu:16.04' pre: 'apt-get update' rmjsonc: 'apt-get remove -y libjson-c-dev' + + - distro: 'gentoo/stage3-amd64:latest' + pre: 'emerge-webrsync' + rmjsonc: 'emerge --deselect dev-libs/json-c; emerge --depclean' + runs-on: ubuntu-latest steps: - name: Git clone repository -- cgit v1.2.3