summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJavier Pastor <vsc55@users.noreply.github.com>2020-05-27 07:21:34 +0200
committerGitHub <noreply@github.com>2020-05-27 15:21:34 +1000
commit9426ade107c49080b50a265494f78eac85790a10 (patch)
tree7b23afe771568f2c77c4cc4e5e060856af8e2124 /.github
parent8bb59fe280c10cdc3a24aa34d5fa045cee3e713e (diff)
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-and-install.yml6
1 files changed, 6 insertions, 0 deletions
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