Skip to content

Commit 10524f8

Browse files
committed
prepare v12.5.0-1
1 parent 210a74b commit 10524f8

File tree

10 files changed

+20
-240
lines changed

10 files changed

+20
-240
lines changed

.github/workflows/build-darwin-arm64.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
darwin-arm64-build:
7070
name: 'darwin-arm64 riscv-none-elf-gcc ${{github.event.inputs.version}} build'
7171
timeout-minutes: 2880 # 2 days
72-
runs-on: [self-hosted, macos, apple]
72+
runs-on: macos-15
7373
env:
7474
XBB_ENVIRONMENT_MACOSX_DEPLOYMENT_TARGET: '11.0'
7575
steps:
@@ -162,10 +162,6 @@ jobs:
162162
tag: 'test'
163163
token: ${{secrets.PUBLISH_TOKEN}}
164164

165-
- name: 'Rename working area'
166-
# For just in case absolute paths remain unprocessed.
167-
run: mv -v build-assets/build build-assets/build-$(date -u +%Y%m%d-%H%M%S)
168-
169165
darwin-arm64-test:
170166
name: 'darwin-arm64 riscv-none-elf-gcc ${{github.event.inputs.version}} test'
171167
# https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md
@@ -180,7 +176,6 @@ jobs:
180176
df -gH /
181177
ls -lA /Library/Developer/CommandLineTools/SDKs || true
182178
ls -lA /Applications
183-
sudo xcode-select --switch /Applications/Xcode_16.4.app
184179
xcode-select --print-path
185180
xcodebuild -version || true
186181
pkgutil --pkg-info=com.apple.pkg.CLTools_Executables || true

.github/workflows/build-darwin-x64.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
darwin-x64-build:
7070
name: 'darwin-x64 riscv-none-elf-gcc ${{github.event.inputs.version}} build'
7171
timeout-minutes: 2880 # 2 days
72-
runs-on: [self-hosted, macos, intel]
72+
runs-on: macos-15-intel
7373
env:
7474
XBB_ENVIRONMENT_MACOSX_DEPLOYMENT_TARGET: '11.0'
7575
steps:
@@ -162,10 +162,6 @@ jobs:
162162
tag: 'test'
163163
token: ${{secrets.PUBLISH_TOKEN}}
164164

165-
- name: 'Rename working area'
166-
# For just in case absolute paths remain unprocessed.
167-
run: mv -v build-assets/build build-assets/build-$(date -u +%Y%m%d-%H%M%S)
168-
169165
darwin-x64-test:
170166
name: 'darwin-x64 riscv-none-elf-gcc ${{github.event.inputs.version}} test'
171167
# https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md
@@ -180,7 +176,6 @@ jobs:
180176
df -gH /
181177
ls -lA /Library/Developer/CommandLineTools/SDKs || true
182178
ls -lA /Applications
183-
sudo xcode-select --switch /Applications/Xcode_16.4.app
184179
xcode-select --print-path
185180
xcodebuild -version || true
186181
pkgutil --pkg-info=com.apple.pkg.CLTools_Executables || true

.github/workflows/build-linux-arm64.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
linux-arm64-build:
7070
name: 'linux-arm64 riscv-none-elf-gcc ${{github.event.inputs.version}} build'
7171
timeout-minutes: 2880 # 2 days
72-
runs-on: [self-hosted, linux, arm64, xbbla, xbblax]
72+
runs-on: ubuntu-24.04-arm
7373
defaults:
7474
run:
7575
shell: bash
@@ -96,11 +96,6 @@ jobs:
9696
echo "$(which npm): $(npm --version)"
9797
echo "$(which xpm): $(xpm --version)"
9898
99-
- name: 'Clean working area' # Mandatory for self-hosted runners.
100-
run: |
101-
chmod -Rf a+w * || true
102-
rm -rf * .git*
103-
10499
- name: 'Checkout project'
105100
uses: actions/checkout@v1 # v1 for old Git
106101
with:
@@ -145,10 +140,6 @@ jobs:
145140
tag: 'test'
146141
token: ${{secrets.PUBLISH_TOKEN}}
147142

148-
- name: 'Rename working area'
149-
# For just in case absolute paths remain unprocessed.
150-
run: echo mv -v build-assets/build build-assets/build-$(date -u +%Y%m%d-%H%M%S)
151-
152143
linux-arm64-test:
153144
name: 'linux-arm64 riscv-none-elf-gcc ${{github.event.inputs.version}} test'
154145
runs-on: ubuntu-24.04-arm

.github/workflows/build-linux-x64.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
linux-x64-build:
7070
name: 'linux-x64 riscv-none-elf-gcc ${{github.event.inputs.version}} build'
7171
timeout-minutes: 2880 # 2 days
72-
runs-on: [self-hosted, linux, x64, xbblix]
72+
runs-on: ubuntu-24.04
7373
defaults:
7474
run:
7575
shell: bash
@@ -96,11 +96,6 @@ jobs:
9696
echo "$(which npm): $(npm --version)"
9797
echo "$(which xpm): $(xpm --version)"
9898
99-
- name: 'Clean working area' # Mandatory for self-hosted runners.
100-
run: |
101-
chmod -Rf a+w * || true
102-
rm -rf * .git*
103-
10499
- name: 'Checkout project'
105100
uses: actions/checkout@v1 # v1 for old Git
106101
with:
@@ -145,10 +140,6 @@ jobs:
145140
tag: 'test'
146141
token: ${{secrets.PUBLISH_TOKEN}}
147142

148-
- name: 'Rename working area'
149-
# For just in case absolute paths remain unprocessed.
150-
run: echo mv -v build-assets/build build-assets/build-$(date -u +%Y%m%d-%H%M%S)
151-
152143
linux-x64-test:
153144
name: 'linux-x64 riscv-none-elf-gcc ${{github.event.inputs.version}} test'
154145
runs-on: ubuntu-24.04

.github/workflows/build-win32-x64.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
win32-x64-build:
7070
name: 'win32-x64 riscv-none-elf-gcc ${{github.event.inputs.version}} build'
7171
timeout-minutes: 2880 # 2 days
72-
runs-on: [self-hosted, linux, x64, xbbliw]
72+
runs-on: ubuntu-24.04
7373
defaults:
7474
run:
7575
shell: bash
@@ -96,11 +96,6 @@ jobs:
9696
echo "$(which npm): $(npm --version)"
9797
echo "$(which xpm): $(xpm --version)"
9898
99-
- name: 'Clean working area' # Mandatory for self-hosted runners.
100-
run: |
101-
chmod -Rf a+w * || true
102-
rm -rf * .git*
103-
10499
- name: 'Checkout project'
105100
uses: actions/checkout@v1 # v1 for old Git
106101
with:
@@ -145,10 +140,6 @@ jobs:
145140
tag: 'test'
146141
token: ${{secrets.PUBLISH_TOKEN}}
147142

148-
- name: 'Rename working area'
149-
# For just in case absolute paths remain unprocessed.
150-
run: echo mv -v build-assets/build build-assets/build-$(date -u +%Y%m%d-%H%M%S)
151-
152143
win32-x64-test:
153144
name: 'win32-x64 riscv-none-elf-gcc ${{github.event.inputs.version}} test'
154145
runs-on: windows-2025

.github/workflows/deep-clean.yml

Lines changed: 0 additions & 187 deletions
This file was deleted.

.github/workflows/test-prime.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,6 @@ jobs:
114114
115115
- name: 'Remove Homebrew'
116116
uses: xpack/remove-homebrew-action@v1
117-
- name: 'Clean working area' # Mandatory for self-hosted runners.
118-
run: |
119-
chmod -Rf a+w * || true
120-
rm -rf * .git*
121117

122118
# https://github.com/actions/checkout
123119
- name: 'Checkout project'
@@ -165,11 +161,6 @@ jobs:
165161
- name: 'Remove Homebrew'
166162
uses: xpack/remove-homebrew-action@v1
167163

168-
- name: 'Clean working area' # Mandatory for self-hosted runners.
169-
run: |
170-
chmod -Rf a+w * || true
171-
rm -rf * .git*
172-
173164
# https://github.com/actions/checkout
174165
- name: 'Checkout project'
175166
uses: actions/checkout@v5

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,21 @@
33

44
Entries in this file are in reverse chronological order.
55

6+
## 2025-10-22
7+
8+
* v12.5.0-1 prepared
9+
* 210a74b website update
10+
* 77c3b63 website: update folder hierarchies
11+
* 2de7111 website: update development durations
12+
* 46e881d versioning.sh update development multilibs
13+
* a08764b website update
14+
615
## 2025-10-21
716

17+
* 5ea1290 versioning.sh update development multilibs
18+
* ce5238c versioning.sh update development multilibs
19+
* 5b8b231 application.sh enable multilibs
20+
* bd4fc2d prepare v12.5.0-1
821
* v12.5.0-1 prepared
922
* fc2220a prepare v13.4.0-1
1023
* v13.4.0-1 prepared

build-assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"xpack": {
1414
"minimumXpmRequired": "0.20.5",
1515
"devDependencies": {
16-
"@xpack-dev-tools/xbb-helper": "github:xpack-dev-tools/xbb-helper-xpack#v4.3.14"
16+
"@xpack-dev-tools/xbb-helper": "github:xpack-dev-tools/xbb-helper-xpack#v4.3.15"
1717
},
1818
"properties": {
1919
"platforms": "all",

0 commit comments

Comments
 (0)