Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
CI: switch to fedora latest container
Browse files Browse the repository at this point in the history
Change-Id: I5d2ef630fc4c12b5042574c368398a0767d71f7b
  • Loading branch information
mvaisakh committed Feb 12, 2024
1 parent fcdf979 commit 6fd673c
Showing 1 changed file with 36 additions and 18 deletions.
54 changes: 36 additions & 18 deletions .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ jobs:
build-lemonade-clang:
needs: [bot-notify-ci]
runs-on: ubuntu-latest
container:
image: fedora:latest

steps:
- name: Setup repo
run: sudo apt update -y && sudo apt install -y repo elfutils libarchive-tools
- name: Setup Pre-requisites
run: sudo dnf install gcc clang lld repo bc flex openssl-devel wget tar -y
- name: Repo sync
run: |
repo init -u https://github.com/mvaisakh/android_kernel_manifest -b eva-oneplus-5.4 --depth=1
Expand Down Expand Up @@ -68,10 +70,12 @@ jobs:
build-lemonade-gcc:
needs: [bot-notify-ci]
runs-on: ubuntu-latest
container:
image: fedora:latest

steps:
- name: Setup repo
run: sudo apt update -y && sudo apt install -y repo elfutils wget tar
- name: Setup Pre-requisites
run: sudo dnf install gcc clang lld repo bc flex openssl-devel wget tar -y
- name: Repo sync
run: |
repo init -u https://github.com/mvaisakh/android_kernel_manifest -b eva-oneplus-5.4 --depth=1
Expand Down Expand Up @@ -117,10 +121,12 @@ jobs:
build-lemonade-gcc-profiling:
needs: [bot-notify-ci]
runs-on: ubuntu-latest
container:
image: fedora:latest

steps:
- name: Setup repo
run: sudo apt update -y && sudo apt install -y repo elfutils wget tar
- name: Setup Pre-requisites
run: sudo dnf install gcc clang lld repo bc flex openssl-devel wget tar -y
- name: Repo sync
run: |
repo init -u https://github.com/mvaisakh/android_kernel_manifest -b eva-oneplus-5.4 --depth=1
Expand Down Expand Up @@ -150,10 +156,12 @@ jobs:
build-martini-clang:
needs: [bot-notify-ci]
runs-on: ubuntu-latest
container:
image: fedora:latest

steps:
- name: Setup repo
run: sudo apt update -y && sudo apt install -y repo elfutils libarchive-tools
- name: Setup Pre-requisites
run: sudo dnf install gcc clang lld repo bc flex openssl-devel wget tar -y
- name: Repo sync
run: |
repo init -u https://github.com/mvaisakh/android_kernel_manifest -b eva-oneplus-5.4 --depth=1
Expand Down Expand Up @@ -196,10 +204,12 @@ jobs:
build-martini-gcc:
needs: [bot-notify-ci]
runs-on: ubuntu-latest
container:
image: fedora:latest

steps:
- name: Setup repo
run: sudo apt update -y && sudo apt install -y repo elfutils
- name: Setup Pre-requisites
run: sudo dnf install gcc clang lld repo bc flex openssl-devel wget tar -y
- name: Repo sync
run: |
repo init -u https://github.com/mvaisakh/android_kernel_manifest -b eva-oneplus-5.4 --depth=1
Expand Down Expand Up @@ -245,10 +255,12 @@ jobs:
build-martini-gcc-profiling:
needs: [bot-notify-ci]
runs-on: ubuntu-latest
container:
image: fedora:latest

steps:
- name: Setup repo
run: sudo apt update -y && sudo apt install -y repo elfutils
- name: Setup Pre-requisites
run: sudo dnf install gcc clang lld repo bc flex openssl-devel wget tar -y
- name: Repo sync
run: |
repo init -u https://github.com/mvaisakh/android_kernel_manifest -b eva-oneplus-5.4 --depth=1
Expand Down Expand Up @@ -278,10 +290,12 @@ jobs:
build-lunaa-clang:
needs: [bot-notify-ci]
runs-on: ubuntu-latest
container:
image: fedora:latest

steps:
- name: Setup repo
run: sudo apt update -y && sudo apt install -y repo elfutils libarchive-tools
- name: Setup Pre-requisites
run: sudo dnf install gcc clang lld repo bc flex openssl-devel wget tar -y
- name: Repo sync
run: |
repo init -u https://github.com/mvaisakh/android_kernel_manifest -b eva-oneplus-5.4 --depth=1
Expand Down Expand Up @@ -324,10 +338,12 @@ jobs:
build-lunaa-gcc:
needs: [bot-notify-ci]
runs-on: ubuntu-latest
container:
image: fedora:latest

steps:
- name: Setup repo
run: sudo apt update -y && sudo apt install -y repo elfutils
- name: Setup Pre-requisites
run: sudo dnf install gcc clang lld repo bc flex openssl-devel wget tar -y
- name: Repo sync
run: |
repo init -u https://github.com/mvaisakh/android_kernel_manifest -b eva-oneplus-5.4 --depth=1
Expand Down Expand Up @@ -373,10 +389,12 @@ jobs:
build-lunaa-gcc-profiling:
needs: [bot-notify-ci]
runs-on: ubuntu-latest
container:
image: fedora:latest

steps:
- name: Setup repo
run: sudo apt update -y && sudo apt install -y repo elfutils
- name: Setup Pre-requisites
run: sudo dnf install gcc clang lld repo bc flex openssl-devel wget tar -y
- name: Repo sync
run: |
repo init -u https://github.com/mvaisakh/android_kernel_manifest -b eva-oneplus-5.4 --depth=1
Expand Down

0 comments on commit 6fd673c

Please sign in to comment.