Merge branch 'develop' of https://github.com/Horizon-OC/Horizon-OC into develop
This commit is contained in:
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
# Minimal devkitA64 container, apparently dkp-toolchain isn't needed?
|
# Minimal devkitA64 container
|
||||||
container:
|
container:
|
||||||
image: devkitpro/devkita64:20251231
|
image: devkitpro/devkita64:20251231
|
||||||
|
|
||||||
@@ -47,9 +47,12 @@ jobs:
|
|||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
# Get short commit SHA
|
# Get short commit SHA
|
||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
- name: Set commit SHA
|
- name: Set commit SHA & dist
|
||||||
id: vars
|
id: vars
|
||||||
run: echo "SHORT_SHA=$(echo $GITHUB_SHA | cut -c1-7)" >> $GITHUB_ENV
|
run: |
|
||||||
|
echo "SHORT_SHA=$(echo $GITHUB_SHA | cut -c1-7)" >> $GITHUB_ENV
|
||||||
|
echo $SHORT_SHA > dist/.commit
|
||||||
|
echo $GITHUB_SHA >> dist/.commit
|
||||||
|
|
||||||
- name: Clone Atmosphere
|
- name: Clone Atmosphere
|
||||||
run: git clone --depth=1 --single-branch https://github.com/Atmosphere-NX/Atmosphere.git atmosphere -b $(cat ams_ver.txt)
|
run: git clone --depth=1 --single-branch https://github.com/Atmosphere-NX/Atmosphere.git atmosphere -b $(cat ams_ver.txt)
|
||||||
@@ -149,23 +152,12 @@ jobs:
|
|||||||
- name: ccache stats
|
- name: ccache stats
|
||||||
run: ccache --show-stats
|
run: ccache --show-stats
|
||||||
|
|
||||||
|
|
||||||
# -------------------------------------------------
|
|
||||||
# Package dist folder as ZIP with commit SHA
|
|
||||||
# -------------------------------------------------
|
|
||||||
- name: Package dist
|
|
||||||
# working-directory: horizon-oc
|
|
||||||
run: |
|
|
||||||
ZIP_NAME="horizon-oc-zeus-dist-${SHORT_SHA}.zip"
|
|
||||||
zip -r "$ZIP_NAME" dist
|
|
||||||
echo "ZIP_NAME=$ZIP_NAME" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
# Upload ZIP artifact
|
# Upload ZIP artifact
|
||||||
# -------------------------------------------------
|
# -------------------------------------------------
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: horizon-oc-zeus-dist-${{ env.SHORT_SHA }}
|
name: horizon-oc-zeus-dist
|
||||||
path: dist/
|
path: dist/
|
||||||
compression-level: 3
|
compression-level: 3
|
||||||
|
|||||||
@@ -96,8 +96,8 @@ Refer to COMPILATION.md
|
|||||||
### CPU clocks
|
### CPU clocks
|
||||||
* 2601 → mariko absolute max, very dangerous
|
* 2601 → mariko absolute max, very dangerous
|
||||||
* 2499
|
* 2499
|
||||||
* 2397
|
* 2397 → mariko safe max with UV (low speedo)
|
||||||
* 2295 → mariko safe max with UV (low speedo)
|
* 2295
|
||||||
* 2193
|
* 2193
|
||||||
* 2091
|
* 2091
|
||||||
* 1963 → mariko no UV max clock
|
* 1963 → mariko no UV max clock
|
||||||
|
|||||||
Reference in New Issue
Block a user