mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Actions: Adjust mirror sources, kernel configs and emulators docs
This commit is contained in:
35
.github/workflows/update-kernel-configs-docs.yml
vendored
35
.github/workflows/update-kernel-configs-docs.yml
vendored
@@ -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
|
||||
2
.github/workflows/update-mirror-sources.yml
vendored
2
.github/workflows/update-mirror-sources.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user