Skip to content

net-misc/sb-hosts: 3.14.125 #181

net-misc/sb-hosts: 3.14.125

net-misc/sb-hosts: 3.14.125 #181

Workflow file for this run

name: sb-hosts
on:
push:
paths:
- 'net-misc/sb-hosts/**'
pull_request:
paths:
- 'net-misc/sb-hosts/**'
jobs:
ebuild:
if: github.repository == 'PF4Public/gentoo-overlay'
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
use:
- fakenews gambling porn social
- fakenews gambling social
- fakenews social
- gambling
- ''
steps:
- name: Check out the repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v45
- name: Prepare cache dir
id: prepare
run: |
echo "workspace=${GITHUB_WORKSPACE}" >> $GITHUB_OUTPUT
mkdir -p "${GITHUB_WORKSPACE}/distfiles"
- name: Calculate the hash of changed files
id: hash
run: |
echo "digest=$( echo "${{ steps.changed-files.outputs.all_changed_files }}" | md5sum | cut -f 1 -d ' ' )" >> $GITHUB_OUTPUT
echo "modified=$( echo "${{ steps.changed-files.outputs.all_changed_files }}" | tr '\n' ' ' )" >> $GITHUB_OUTPUT
- name: Install ${{ github.workflow }} with "${{ matrix.use }}"
uses: pf4public/gentoo-docker-action@master
with:
modified: ${{ steps.hash.outputs.modified }}
tool: ebuild
action: install
params: ${{ matrix.use }}