Skip to content

Commit 5a9126d

Browse files
authored
Release v3.0.1 🚀 (#38)
- Replaced GCC v9.2.0 with newer GCC v9.3.0 - Replaced GDB v8.3.1 with newer GCC v9.1 - Add sysroot to binutils, gdb and glibc builds - Updated related docs
2 parents d85b1f6 + 2908b4c commit 5a9126d

25 files changed

+245
-237
lines changed

.github/workflows/builder_0_1.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: script
8383
run: bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
8484
shell: bash
85-
if: success() && github.event_name == 'release' && github.ref == 'BASE'
85+
if: success() && github.event_name == 'pull_request'
8686
- name: before_script
8787
run: bash patches/curl_stfp_patcher
8888
shell: bash
@@ -96,13 +96,13 @@ jobs:
9696
- name: deploy
9797
run: bash utils/SF_deployer
9898
shell: bash
99-
if: success() && github.event_name == 'release' && github.ref == 'BASE'
99+
if: success() && github.event_name == 'release' && github.event.action == 'published'
100100
builder-buster_1:
101-
name: Cross GCC-9.2.0 32-bit Buster Pi[0-1]
101+
name: Cross GCC-9.3.0 32-bit Buster Pi[0-1]
102102
needs: builder-buster_0
103103
runs-on: ubuntu-latest
104104
env:
105-
GCC_VERSION: 9.2.0
105+
GCC_VERSION: 9.3.0
106106
RPIOS_TYPE: buster
107107
RPI_TYPE: 0-1
108108
COMPILER_TYPE: CROSS
@@ -189,11 +189,11 @@ jobs:
189189
shell: bash
190190
if: success() && github.event_name == 'release' && github.event.action == 'published'
191191
builder-buster_2:
192-
name: Native GCC-9.2.0 32-bit Buster Pi[0-1]
192+
name: Native GCC-9.3.0 32-bit Buster Pi[0-1]
193193
needs: [builder-buster_0, builder-buster_1]
194194
runs-on: ubuntu-latest
195195
env:
196-
GCC_VERSION: 9.2.0
196+
GCC_VERSION: 9.3.0
197197
RPIOS_TYPE: buster
198198
RPI_TYPE: 0-1
199199
COMPILER_TYPE: NATIVE
@@ -271,21 +271,21 @@ jobs:
271271
- name: script
272272
run: bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
273273
shell: bash
274-
if: success() && github.event_name == 'release' && github.ref == 'BASE'
274+
if: success() && github.event_name == 'pull_request'
275275
- name: before_script
276276
run: bash patches/curl_stfp_patcher
277277
shell: bash
278278
if: success()
279279
- name: deploy
280280
run: bash utils/SF_deployer
281281
shell: bash
282-
if: success() && github.event_name == 'release' && github.ref == 'BASE'
282+
if: success() && github.event_name == 'release' && github.event.action == 'published'
283283
builder-stretch_1:
284-
name: Cross GCC-9.2.0 32-bit Stretch Pi[0-1]
284+
name: Cross GCC-9.3.0 32-bit Stretch Pi[0-1]
285285
needs: builder-stretch_0
286286
runs-on: ubuntu-latest
287287
env:
288-
GCC_VERSION: 9.2.0
288+
GCC_VERSION: 9.3.0
289289
RPIOS_TYPE: stretch
290290
RPI_TYPE: 0-1
291291
COMPILER_TYPE: CROSS
@@ -363,11 +363,11 @@ jobs:
363363
shell: bash
364364
if: success() && github.event_name == 'release' && github.event.action == 'published'
365365
builder-stretch_2:
366-
name: Native GCC-9.2.0 32-bit Stretch Pi[0-1]
366+
name: Native GCC-9.3.0 32-bit Stretch Pi[0-1]
367367
needs: [builder-stretch_0, builder-stretch_1]
368368
runs-on: ubuntu-latest
369369
env:
370-
GCC_VERSION: 9.2.0
370+
GCC_VERSION: 9.3.0
371371
RPIOS_TYPE: stretch
372372
RPI_TYPE: 0-1
373373
COMPILER_TYPE: NATIVE

.github/workflows/builder_2_3.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,21 @@ jobs:
7979
- name: script
8080
run: bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
8181
shell: bash
82-
if: success() && github.event_name == 'release' && github.ref == 'BASE'
82+
if: success() && github.event_name == 'pull_request'
8383
- name: before_script
8484
run: bash patches/curl_stfp_patcher
8585
shell: bash
8686
if: success()
8787
- name: deploy
8888
run: bash utils/SF_deployer
8989
shell: bash
90-
if: success() && github.event_name == 'release' && github.ref == 'BASE'
90+
if: success() && github.event_name == 'release' && github.event.action == 'published'
9191
builder-buster_1:
92-
name: Cross GCC-9.2.0 32-bit Buster Pi[2-3]
92+
name: Cross GCC-9.3.0 32-bit Buster Pi[2-3]
9393
needs: builder-buster_0
9494
runs-on: ubuntu-latest
9595
env:
96-
GCC_VERSION: 9.2.0
96+
GCC_VERSION: 9.3.0
9797
RPIOS_TYPE: buster
9898
RPI_TYPE: 2-3
9999
COMPILER_TYPE: CROSS
@@ -179,11 +179,11 @@ jobs:
179179
shell: bash
180180
if: success() && github.event_name == 'release' && github.event.action == 'published'
181181
builder-buster_2:
182-
name: Native GCC-9.2.0 32-bit Buster Pi[2-3]
182+
name: Native GCC-9.3.0 32-bit Buster Pi[2-3]
183183
needs: [builder-buster_0, builder-buster_1]
184184
runs-on: ubuntu-latest
185185
env:
186-
GCC_VERSION: 9.2.0
186+
GCC_VERSION: 9.3.0
187187
RPIOS_TYPE: buster
188188
RPI_TYPE: 2-3
189189
COMPILER_TYPE: NATIVE
@@ -252,21 +252,21 @@ jobs:
252252
- name: script
253253
run: bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
254254
shell: bash
255-
if: success() && github.event_name == 'release' && github.ref == 'BASE'
255+
if: success() && github.event_name == 'pull_request'
256256
- name: before_script
257257
run: bash patches/curl_stfp_patcher
258258
shell: bash
259259
if: success()
260260
- name: deploy
261261
run: bash utils/SF_deployer
262262
shell: bash
263-
if: success() && github.event_name == 'release' && github.ref == 'BASE'
263+
if: success() && github.event_name == 'release' && github.event.action == 'published'
264264
builder-stretch_1:
265-
name: Cross GCC-9.2.0 32-bit Stretch Pi[2-3]
265+
name: Cross GCC-9.3.0 32-bit Stretch Pi[2-3]
266266
needs: builder-stretch_0
267267
runs-on: ubuntu-latest
268268
env:
269-
GCC_VERSION: 9.2.0
269+
GCC_VERSION: 9.3.0
270270
RPIOS_TYPE: stretch
271271
RPI_TYPE: 2-3
272272
COMPILER_TYPE: CROSS
@@ -352,11 +352,11 @@ jobs:
352352
shell: bash
353353
if: success() && github.event_name == 'release' && github.event.action == 'published'
354354
builder-stretch_2:
355-
name: Native GCC-9.2.0 32-bit Stretch Pi[2-3]
355+
name: Native GCC-9.3.0 32-bit Stretch Pi[2-3]
356356
needs: [builder-stretch_0, builder-stretch_1]
357357
runs-on: ubuntu-latest
358358
env:
359-
GCC_VERSION: 9.2.0
359+
GCC_VERSION: 9.3.0
360360
RPIOS_TYPE: stretch
361361
RPI_TYPE: 2-3
362362
COMPILER_TYPE: NATIVE

.github/workflows/builder_3_plus.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,21 @@ jobs:
7878
- name: script
7979
run: bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
8080
shell: bash
81-
if: success() && github.event_name == 'release' && github.ref == 'BASE'
81+
if: success() && github.event_name == 'pull_request'
8282
- name: before_script
8383
run: bash patches/curl_stfp_patcher
8484
shell: bash
8585
if: success()
8686
- name: deploy
8787
run: bash utils/SF_deployer
8888
shell: bash
89-
if: success() && github.event_name == 'release' && github.ref == 'BASE'
89+
if: success() && github.event_name == 'release' && github.event.action == 'published'
9090
builder-buster_1:
91-
name: Cross GCC-9.2.0 32-bit Buster Pi[3+]
91+
name: Cross GCC-9.3.0 32-bit Buster Pi[3+]
9292
needs: builder-buster_0
9393
runs-on: ubuntu-latest
9494
env:
95-
GCC_VERSION: 9.2.0
95+
GCC_VERSION: 9.3.0
9696
RPIOS_TYPE: buster
9797
RPI_TYPE: 3+
9898
COMPILER_TYPE: CROSS
@@ -170,11 +170,11 @@ jobs:
170170
shell: bash
171171
if: success() && github.event_name == 'release' && github.event.action == 'published'
172172
builder-buster_2:
173-
name: Native GCC-9.2.0 32-bit Buster Pi[3+]
173+
name: Native GCC-9.3.0 32-bit Buster Pi[3+]
174174
needs: [builder-buster_0, builder-buster_1]
175175
runs-on: ubuntu-latest
176176
env:
177-
GCC_VERSION: 9.2.0
177+
GCC_VERSION: 9.3.0
178178
RPIOS_TYPE: buster
179179
RPI_TYPE: 3+
180180
COMPILER_TYPE: NATIVE
@@ -251,21 +251,21 @@ jobs:
251251
- name: script
252252
run: bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
253253
shell: bash
254-
if: success() && github.event_name == 'release' && github.ref == 'BASE'
254+
if: success() && github.event_name == 'pull_request'
255255
- name: before_script
256256
run: bash patches/curl_stfp_patcher
257257
shell: bash
258258
if: success()
259259
- name: deploy
260260
run: bash utils/SF_deployer
261261
shell: bash
262-
if: success() && github.event_name == 'release' && github.ref == 'BASE'
262+
if: success() && github.event_name == 'release' && github.event.action == 'published'
263263
builder-stretch_1:
264-
name: Cross GCC-9.2.0 32-bit Stretch Pi[3+]
264+
name: Cross GCC-9.3.0 32-bit Stretch Pi[3+]
265265
needs: builder-stretch_0
266266
runs-on: ubuntu-latest
267267
env:
268-
GCC_VERSION: 9.2.0
268+
GCC_VERSION: 9.3.0
269269
RPIOS_TYPE: stretch
270270
RPI_TYPE: 3+
271271
COMPILER_TYPE: CROSS
@@ -343,11 +343,11 @@ jobs:
343343
shell: bash
344344
if: success() && github.event_name == 'release' && github.event.action == 'published'
345345
builder-stretch_2:
346-
name: Native GCC-9.2.0 32-bit Stretch Pi[3+]
346+
name: Native GCC-9.3.0 32-bit Stretch Pi[3+]
347347
needs: [builder-stretch_0, builder-stretch_1]
348348
runs-on: ubuntu-latest
349349
env:
350-
GCC_VERSION: 9.2.0
350+
GCC_VERSION: 9.3.0
351351
RPIOS_TYPE: stretch
352352
RPI_TYPE: 3+
353353
COMPILER_TYPE: NATIVE

.github/workflows/builder_64.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: script
8080
run: bash build-scripts/CI/CIBB_64b -g $GCC_VERSION
8181
shell: bash
82-
if: success() && github.event_name == 'release' && github.ref == 'BASE'
82+
if: success() && github.event_name == 'pull_request'
8383
- name: before_script
8484
run: bash patches/curl_stfp_patcher
8585
shell: bash
@@ -94,13 +94,13 @@ jobs:
9494
- name: deploy
9595
run: bash utils/SF_deployer
9696
shell: bash
97-
if: success() && github.event_name == 'release' && github.ref == 'BASE'
97+
if: success() && github.event_name == 'release' && github.event.action == 'published'
9898
builder-64_1:
99-
name: Cross GCC-9.2.0 Pi[64]
99+
name: Cross GCC-9.3.0 Pi[64]
100100
needs: builder-64_0
101101
runs-on: ubuntu-latest
102102
env:
103-
GCC_VERSION: 9.2.0
103+
GCC_VERSION: 9.3.0
104104
RPI_TYPE: 64
105105
COMPILER_TYPE: CROSS
106106
steps:
@@ -224,11 +224,11 @@ jobs:
224224
shell: bash
225225
if: success() && github.event_name == 'release' && github.event.action == 'published'
226226
builder-64_2:
227-
name: Native GCC-9.2.0 Pi[64]
227+
name: Native GCC-9.3.0 Pi[64]
228228
needs: [builder-64_0, builder-64_1]
229229
runs-on: ubuntu-latest
230230
env:
231-
GCC_VERSION: 9.2.0
231+
GCC_VERSION: 9.3.0
232232
RPI_TYPE: 64
233233
COMPILER_TYPE: NATIVE
234234
steps:

0 commit comments

Comments
 (0)