Do not build custom build profiles anymore

This change removes the custom build profiles from the CI pipeline.
Previously, this repository offered kernels that were specifically
compiled for a certain microarchitecture.

However, since the effect of such optimizations for the kernel is rather
neglible and due to the increased cost of maintaining several build profiles,
I have decided to stop offering these as pre-builts.
This commit is contained in:
Fabian Mastenbroek 2021-04-19 10:12:03 +02:00
parent 3650d4343a
commit e2cd388c2b
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85
2 changed files with 46 additions and 42 deletions

View file

@ -16,12 +16,6 @@ jobs:
- build_profile: 'generic'
build_cc: gcc-10
build_cflags: ''
- build_profile: zen2
build_cc: gcc-10
build_cflags: '-march=znver2'
- build_profile: cascadelake
build_cc: gcc-10
build_cflags: '-march=cascadelake'
steps:
- name: Clean Workspace
run: rm -rf *.deb *.ddeb *.build *.buildinfo *.changes