Skip to content

Commit

Permalink
Add arm musl/llvm profile (#11)
Browse files Browse the repository at this point in the history
* feat: add arm musl/llvm profile
* fix: define github workflow default token permissions
  • Loading branch information
spreequalle authored Apr 28, 2024
1 parent 1faaa7c commit bc7049d
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 13 deletions.
33 changes: 20 additions & 13 deletions .github/workflows/feeds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,32 @@ name: check for upstream updates

on:
schedule:
- cron: "20 4 * * *"
- cron: "20 4 * * *"

permissions: {}

jobs:
check_updates:

runs-on: ubuntu-latest
permissions:
issues: write

strategy:
fail-fast: false
matrix:
ebuild:
- sys-apps/qcontrol
- sys-firmware/panfrost-firmware
- sys-apps/qcontrol
- sys-firmware/panfrost-firmware
include:
- ebuild: sys-apps/qcontrol
feed: https://www.hellion.org.uk/qcontrol/releases/index.atom
- ebuild: sys-firmware/panfrost-firmware
feed: https://gitlab.com/rk3588_linux/linux/libmali.atom
runs-on: ubuntu-latest
- ebuild: sys-apps/qcontrol
feed: https://www.hellion.org.uk/qcontrol/releases/index.atom
- ebuild: sys-firmware/panfrost-firmware
feed: https://gitlab.com/rk3588_linux/linux/libmali.atom

steps:
- uses: guilhem/rss-issues-action@0.5.2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
feed: ${{ matrix.feed }}
labels: ${{ matrix.ebuild }}
- uses: git-for-windows/rss-to-issues@v0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
feed: ${{ matrix.feed }}
labels: ${{ matrix.ebuild }}
5 changes: 5 additions & 0 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ on:
branches:
- main

permissions: {}

jobs:
linting:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions metadata/layout.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ masters = gentoo
sign-commits = true
sign-manifests = true
thin-manifests = true
profile-formats = portage-2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
gentoo:default/linux/arm/23.0/split-usr/armv7a_hf/musl
gentoo:features/llvm
1 change: 1 addition & 0 deletions profiles/profiles.desc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
arm default/linux/arm/23.0/split-usr/armv7a_hf/musl/llvm exp

0 comments on commit bc7049d

Please sign in to comment.