Skip to content

Commit

Permalink
CI: removed duplicate compiler flag
Browse files Browse the repository at this point in the history
  • Loading branch information
SChernykh committed Jan 28, 2025
1 parent 06aa632 commit 07be6a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
strategy:
matrix:
config:
- {arch: x86_64, branch: latest-stable, flags: "-ffunction-sections -Wno-error=inline"}
- {arch: aarch64, branch: latest-stable, flags: "-ffunction-sections -Wno-error=inline -mfix-cortex-a53-835769 -mfix-cortex-a53-843419"}
- {arch: riscv64, branch: edge, flags: "-ffunction-sections -Wno-error=inline"}
- {arch: x86_64, branch: latest-stable, flags: "-ffunction-sections"}
- {arch: aarch64, branch: latest-stable, flags: "-ffunction-sections -mfix-cortex-a53-835769 -mfix-cortex-a53-843419"}
- {arch: riscv64, branch: edge, flags: "-ffunction-sections"}

steps:
- name: Setup Alpine Linux
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
strategy:
matrix:
config:
- {flags: "-fuse-linker-plugin -ffunction-sections -Wno-error=inline"}
- {flags: "-fuse-linker-plugin -ffunction-sections"}

steps:
- name: Install dependencies
Expand Down

0 comments on commit 07be6a3

Please sign in to comment.