Actions: Adjust mirror sources, kernel configs and emulators docs

This commit is contained in:
tiopex
2025-08-11 07:57:15 +02:00
parent aa53e446aa
commit 5c0abfcd74
2 changed files with 16 additions and 21 deletions

View File

@@ -5,9 +5,9 @@ on:
workflow_call:
push:
paths:
- 'packages/kernel/linux/package.mk'
- 'projects/ROCKNIX/packages/linux/package.mk'
branches:
- dev
- next
jobs:
update-kernel-configs-docs:
@@ -25,35 +25,30 @@ jobs:
matrix:
include:
- device: RK3326
project: Rockchip
project: ROCKNIX
- device: RK3399
project: Rockchip
project: ROCKNIX
- device: RK3566
project: Rockchip
project: ROCKNIX
- device: RK3588
project: Rockchip
project: ROCKNIX
- device: S922X
project: Amlogic
project: ROCKNIX
- device: H700
project: Allwinner
project: ROCKNIX
- device: SM8250
project: Qualcomm
project: ROCKNIX
- device: SM8550
project: Qualcomm
project: ROCKNIX
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Retrieve ccache aarch64-toolchain
id: retrieve-cache
uses: actions/cache/restore@v4
with:
path: .ccache-aarch64
key: ccache-aarch64-${{ matrix.device }}-toolchain-${{ github.sha }}
restore-keys: |
ccache-aarch64-${{ matrix.device }}-toolchain-${{ github.sha }}
ccache-aarch64-${{ matrix.device }}-toolchain-
- name: Retrieve ccache
run: |
URL="https://github.com/${{ github.repository_owner }}/distribution-cache/releases/download/ccache/ccache-aarch64-${{ matrix.device }}-toolchain.tar"
curl -L --fail --silent --show-error "$URL" | tar -xvf - || echo "Cache archive not found, skipping."
- name: Get deps
run: |
@@ -123,6 +118,6 @@ jobs:
commit-message: "Update kernel configs/device documentation"
title: "Update kernel configs/device documentation"
body: "Automated changes by [create-pull-request]"
base: dev
base: next
branch: auto-pr-branch
delete-branch: true

View File

@@ -8,7 +8,7 @@ on:
jobs:
update-mirror-sources:
if: (github.event_name != 'schedule') || (github.repository == 'ROCKNIX/distribution' && github.ref_name == 'dev')
if: (github.event_name != 'schedule') || (github.repository == 'ROCKNIX/distribution' && github.ref_name == 'next')
name: Update mirror sources
runs-on: ubuntu-24.04
env: