Skip to content

Upgrades to GCC v9.3.0 and GDB v9.1 #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/builder_0_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: script
run: bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
shell: bash
if: success() && github.event_name == 'release' && github.ref == 'BASE'
if: success() && github.event_name == 'pull_request'
- name: before_script
run: bash patches/curl_stfp_patcher
shell: bash
Expand All @@ -96,13 +96,13 @@ jobs:
- name: deploy
run: bash utils/SF_deployer
shell: bash
if: success() && github.event_name == 'release' && github.ref == 'BASE'
if: success() && github.event_name == 'release' && github.event.action == 'published'
builder-buster_1:
name: Cross GCC-9.2.0 32-bit Buster Pi[0-1]
name: Cross GCC-9.3.0 32-bit Buster Pi[0-1]
needs: builder-buster_0
runs-on: ubuntu-latest
env:
GCC_VERSION: 9.2.0
GCC_VERSION: 9.3.0
RPIOS_TYPE: buster
RPI_TYPE: 0-1
COMPILER_TYPE: CROSS
Expand Down Expand Up @@ -189,11 +189,11 @@ jobs:
shell: bash
if: success() && github.event_name == 'release' && github.event.action == 'published'
builder-buster_2:
name: Native GCC-9.2.0 32-bit Buster Pi[0-1]
name: Native GCC-9.3.0 32-bit Buster Pi[0-1]
needs: [builder-buster_0, builder-buster_1]
runs-on: ubuntu-latest
env:
GCC_VERSION: 9.2.0
GCC_VERSION: 9.3.0
RPIOS_TYPE: buster
RPI_TYPE: 0-1
COMPILER_TYPE: NATIVE
Expand Down Expand Up @@ -271,21 +271,21 @@ jobs:
- name: script
run: bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
shell: bash
if: success() && github.event_name == 'release' && github.ref == 'BASE'
if: success() && github.event_name == 'pull_request'
- name: before_script
run: bash patches/curl_stfp_patcher
shell: bash
if: success()
- name: deploy
run: bash utils/SF_deployer
shell: bash
if: success() && github.event_name == 'release' && github.ref == 'BASE'
if: success() && github.event_name == 'release' && github.event.action == 'published'
builder-stretch_1:
name: Cross GCC-9.2.0 32-bit Stretch Pi[0-1]
name: Cross GCC-9.3.0 32-bit Stretch Pi[0-1]
needs: builder-stretch_0
runs-on: ubuntu-latest
env:
GCC_VERSION: 9.2.0
GCC_VERSION: 9.3.0
RPIOS_TYPE: stretch
RPI_TYPE: 0-1
COMPILER_TYPE: CROSS
Expand Down Expand Up @@ -363,11 +363,11 @@ jobs:
shell: bash
if: success() && github.event_name == 'release' && github.event.action == 'published'
builder-stretch_2:
name: Native GCC-9.2.0 32-bit Stretch Pi[0-1]
name: Native GCC-9.3.0 32-bit Stretch Pi[0-1]
needs: [builder-stretch_0, builder-stretch_1]
runs-on: ubuntu-latest
env:
GCC_VERSION: 9.2.0
GCC_VERSION: 9.3.0
RPIOS_TYPE: stretch
RPI_TYPE: 0-1
COMPILER_TYPE: NATIVE
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/builder_2_3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,21 @@ jobs:
- name: script
run: bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
shell: bash
if: success() && github.event_name == 'release' && github.ref == 'BASE'
if: success() && github.event_name == 'pull_request'
- name: before_script
run: bash patches/curl_stfp_patcher
shell: bash
if: success()
- name: deploy
run: bash utils/SF_deployer
shell: bash
if: success() && github.event_name == 'release' && github.ref == 'BASE'
if: success() && github.event_name == 'release' && github.event.action == 'published'
builder-buster_1:
name: Cross GCC-9.2.0 32-bit Buster Pi[2-3]
name: Cross GCC-9.3.0 32-bit Buster Pi[2-3]
needs: builder-buster_0
runs-on: ubuntu-latest
env:
GCC_VERSION: 9.2.0
GCC_VERSION: 9.3.0
RPIOS_TYPE: buster
RPI_TYPE: 2-3
COMPILER_TYPE: CROSS
Expand Down Expand Up @@ -179,11 +179,11 @@ jobs:
shell: bash
if: success() && github.event_name == 'release' && github.event.action == 'published'
builder-buster_2:
name: Native GCC-9.2.0 32-bit Buster Pi[2-3]
name: Native GCC-9.3.0 32-bit Buster Pi[2-3]
needs: [builder-buster_0, builder-buster_1]
runs-on: ubuntu-latest
env:
GCC_VERSION: 9.2.0
GCC_VERSION: 9.3.0
RPIOS_TYPE: buster
RPI_TYPE: 2-3
COMPILER_TYPE: NATIVE
Expand Down Expand Up @@ -252,21 +252,21 @@ jobs:
- name: script
run: bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
shell: bash
if: success() && github.event_name == 'release' && github.ref == 'BASE'
if: success() && github.event_name == 'pull_request'
- name: before_script
run: bash patches/curl_stfp_patcher
shell: bash
if: success()
- name: deploy
run: bash utils/SF_deployer
shell: bash
if: success() && github.event_name == 'release' && github.ref == 'BASE'
if: success() && github.event_name == 'release' && github.event.action == 'published'
builder-stretch_1:
name: Cross GCC-9.2.0 32-bit Stretch Pi[2-3]
name: Cross GCC-9.3.0 32-bit Stretch Pi[2-3]
needs: builder-stretch_0
runs-on: ubuntu-latest
env:
GCC_VERSION: 9.2.0
GCC_VERSION: 9.3.0
RPIOS_TYPE: stretch
RPI_TYPE: 2-3
COMPILER_TYPE: CROSS
Expand Down Expand Up @@ -352,11 +352,11 @@ jobs:
shell: bash
if: success() && github.event_name == 'release' && github.event.action == 'published'
builder-stretch_2:
name: Native GCC-9.2.0 32-bit Stretch Pi[2-3]
name: Native GCC-9.3.0 32-bit Stretch Pi[2-3]
needs: [builder-stretch_0, builder-stretch_1]
runs-on: ubuntu-latest
env:
GCC_VERSION: 9.2.0
GCC_VERSION: 9.3.0
RPIOS_TYPE: stretch
RPI_TYPE: 2-3
COMPILER_TYPE: NATIVE
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/builder_3_plus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,21 @@ jobs:
- name: script
run: bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
shell: bash
if: success() && github.event_name == 'release' && github.ref == 'BASE'
if: success() && github.event_name == 'pull_request'
- name: before_script
run: bash patches/curl_stfp_patcher
shell: bash
if: success()
- name: deploy
run: bash utils/SF_deployer
shell: bash
if: success() && github.event_name == 'release' && github.ref == 'BASE'
if: success() && github.event_name == 'release' && github.event.action == 'published'
builder-buster_1:
name: Cross GCC-9.2.0 32-bit Buster Pi[3+]
name: Cross GCC-9.3.0 32-bit Buster Pi[3+]
needs: builder-buster_0
runs-on: ubuntu-latest
env:
GCC_VERSION: 9.2.0
GCC_VERSION: 9.3.0
RPIOS_TYPE: buster
RPI_TYPE: 3+
COMPILER_TYPE: CROSS
Expand Down Expand Up @@ -170,11 +170,11 @@ jobs:
shell: bash
if: success() && github.event_name == 'release' && github.event.action == 'published'
builder-buster_2:
name: Native GCC-9.2.0 32-bit Buster Pi[3+]
name: Native GCC-9.3.0 32-bit Buster Pi[3+]
needs: [builder-buster_0, builder-buster_1]
runs-on: ubuntu-latest
env:
GCC_VERSION: 9.2.0
GCC_VERSION: 9.3.0
RPIOS_TYPE: buster
RPI_TYPE: 3+
COMPILER_TYPE: NATIVE
Expand Down Expand Up @@ -251,21 +251,21 @@ jobs:
- name: script
run: bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
shell: bash
if: success() && github.event_name == 'release' && github.ref == 'BASE'
if: success() && github.event_name == 'pull_request'
- name: before_script
run: bash patches/curl_stfp_patcher
shell: bash
if: success()
- name: deploy
run: bash utils/SF_deployer
shell: bash
if: success() && github.event_name == 'release' && github.ref == 'BASE'
if: success() && github.event_name == 'release' && github.event.action == 'published'
builder-stretch_1:
name: Cross GCC-9.2.0 32-bit Stretch Pi[3+]
name: Cross GCC-9.3.0 32-bit Stretch Pi[3+]
needs: builder-stretch_0
runs-on: ubuntu-latest
env:
GCC_VERSION: 9.2.0
GCC_VERSION: 9.3.0
RPIOS_TYPE: stretch
RPI_TYPE: 3+
COMPILER_TYPE: CROSS
Expand Down Expand Up @@ -343,11 +343,11 @@ jobs:
shell: bash
if: success() && github.event_name == 'release' && github.event.action == 'published'
builder-stretch_2:
name: Native GCC-9.2.0 32-bit Stretch Pi[3+]
name: Native GCC-9.3.0 32-bit Stretch Pi[3+]
needs: [builder-stretch_0, builder-stretch_1]
runs-on: ubuntu-latest
env:
GCC_VERSION: 9.2.0
GCC_VERSION: 9.3.0
RPIOS_TYPE: stretch
RPI_TYPE: 3+
COMPILER_TYPE: NATIVE
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/builder_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: script
run: bash build-scripts/CI/CIBB_64b -g $GCC_VERSION
shell: bash
if: success() && github.event_name == 'release' && github.ref == 'BASE'
if: success() && github.event_name == 'pull_request'
- name: before_script
run: bash patches/curl_stfp_patcher
shell: bash
Expand All @@ -94,13 +94,13 @@ jobs:
- name: deploy
run: bash utils/SF_deployer
shell: bash
if: success() && github.event_name == 'release' && github.ref == 'BASE'
if: success() && github.event_name == 'release' && github.event.action == 'published'
builder-64_1:
name: Cross GCC-9.2.0 Pi[64]
name: Cross GCC-9.3.0 Pi[64]
needs: builder-64_0
runs-on: ubuntu-latest
env:
GCC_VERSION: 9.2.0
GCC_VERSION: 9.3.0
RPI_TYPE: 64
COMPILER_TYPE: CROSS
steps:
Expand Down Expand Up @@ -224,11 +224,11 @@ jobs:
shell: bash
if: success() && github.event_name == 'release' && github.event.action == 'published'
builder-64_2:
name: Native GCC-9.2.0 Pi[64]
name: Native GCC-9.3.0 Pi[64]
needs: [builder-64_0, builder-64_1]
runs-on: ubuntu-latest
env:
GCC_VERSION: 9.2.0
GCC_VERSION: 9.3.0
RPI_TYPE: 64
COMPILER_TYPE: NATIVE
steps:
Expand Down
Loading