File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,22 @@ clone:
12
12
13
13
steps :
14
14
- name : building
15
- image : ubuntu:latest
15
+ image : archlinux:base-devel
16
16
environment :
17
17
CI_CHANNEL_ID :
18
18
from_secret : ci_channel_id
19
19
BOT_API_KEY :
20
20
from_secret : bot_api_key
21
- TYPE : " REL-0.4.j "
21
+ TYPE : " REL-0.5.z "
22
22
DEVICE : alioth
23
23
KBUILD_BUILD_USER : UtsavTheCunt
24
24
KBUILD_BUILD_HOST : CuntsSpace
25
25
commands :
26
- - apt-get update && apt-get install -y bison build-essential bc bison curl libssl-dev git zip python flex cpio
26
+ - curl -fsSL "https://repo.archlinuxcn.org/x86_64/glibc-linux4-2.33-5-x86_64.pkg.tar.zst" | bsdtar -C / -xvf - &>/dev/null
27
+ - pacman -Syu --needed --noconfirm wget base-devel xmlto inetutils bison bc bison curl git zip python2 flex cpio
27
28
- git clone https://github.com/UtsavBalar1231/Drone-scripts.git -b kona script && cd script
28
- - ./setup-drone --alioth --proton
29
- - ./build-kernel --proton -- lto
29
+ - ./setup-drone --alioth
30
+ - ./build-kernel --lto
30
31
when :
31
32
branch :
32
33
- android11-stable
Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://cloud.drone.io/api/badges/UtsavBalar1231/kernel_xiaomi_sm8250/status.svg?ref=refs/heads/android11-stable )] ( https://cloud.drone.io/UtsavBalar1231/kernel_xiaomi_sm8250 )
2
- ![ Commits Count] ( https://img.shields.io/github/commits-since/UtsavBalar1231/kernel_xiaomi_sm8250/0.3.t /android11-stable )
2
+ ![ Commits Count] ( https://img.shields.io/github/commits-since/UtsavBalar1231/kernel_xiaomi_sm8250/0.4.j /android11-stable )
3
3
[ ![ Hits] ( https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FUtsavBalar1231%2Fkernel_xiaomi_sm8250&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false )] ( https://hits.seeyoufarm.com )
4
- ![ Downloads] ( https://img.shields.io/github/downloads/UtsavBalar1231/kernel_xiaomi_sm8250/0.3.t /total )
4
+ ![ Downloads] ( https://img.shields.io/github/downloads/UtsavBalar1231/kernel_xiaomi_sm8250/0.4.j /total )
5
5
6
6
![ logo] ( https://github.com/UtsavBalar1231/xda-stuff/raw/master/banner.png " logo was here ")
7
7
You can’t perform that action at this time.
0 commit comments