You've already forked linux-t2-patches
mirror of
https://github.com/t2linux/linux-t2-patches.git
synced 2026-04-30 13:52:11 -07:00
Update compile_test.yml
support gz for rc
This commit is contained in:
committed by
Aditya Garg
parent
abf93ad5ed
commit
6c09c8e932
@@ -13,11 +13,13 @@ jobs:
|
||||
|
||||
if [ -n "$_RC" ]; then
|
||||
KSRC_URL=https://git.kernel.org/torvalds/t/linux-${KVER}.tar.gz
|
||||
curl $KSRC_URL | tar -xz
|
||||
else
|
||||
KSRC_URL=https://cdn.kernel.org/pub/linux/kernel/v${KVER//.*}.x/linux-${KVER}.tar.xz
|
||||
curl $KSRC_URL | tar -xJ
|
||||
fi
|
||||
|
||||
curl $KSRC_URL | tar -xJ
|
||||
|
||||
- name: Install Build Dependencies
|
||||
run: |
|
||||
sudo apt-get install -y build-essential fakeroot libncurses-dev bison flex libssl-dev libelf-dev \
|
||||
|
||||
Reference in New Issue
Block a user