Skip to content

Commit 9dd572f

Browse files
committed
update x86 config
- also add lz4 tool at the install requirements step Signed-off-by: Anastassios Nanos <[email protected]>
1 parent da3daa9 commit 9dd572f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test_kernels.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
Patch-Linux:
6363
#tries to apply the patch to each version
6464
needs: [generate-matrix]
65-
runs-on: ${{ matrix.architecture }}
65+
runs-on: ["${{ matrix.architecture }}", "gcc"]
6666
#strategy matrix to run jobs in parallel for each version
6767
strategy:
6868
matrix:
@@ -86,7 +86,7 @@ jobs:
8686
run: |
8787
sudo apt-get -y update
8888
sudo apt-get -y install build-essential libncurses-dev bc bison flex libssl-dev libelf-dev
89-
sudo apt-get -y install fakeroot rsync git kmod cpio
89+
sudo apt-get -y install fakeroot rsync git kmod cpio liblz4-tool
9090
9191
- name: Clone linux
9292
run: |
@@ -124,7 +124,9 @@ jobs:
124124
then
125125
wget https://gist.githubusercontent.com/ananos/dc2e2323f1b9bcb93c24f307e367ae80/raw/a001e5dd3b02fb79001296b1f9ae39270288f8d9/aarch64_config -O arch/arm64/configs/hedge.config
126126
else
127-
wget https://gist.githubusercontent.com/ananos/4749c77111a560503bd9725409d82800/raw/3e65dec157a7a19d965675054ef85ce8bc06c74b/basic%2520kernel%2520config -O arch/x86/configs/hedge.config
127+
#wget https://gist.githubusercontent.com/ananos/4749c77111a560503bd9725409d82800/raw/3e65dec157a7a19d965675054ef85ce8bc06c74b/basic%2520kernel%2520config -O arch/x86/configs/hedge.config
128+
#wget https://gist.githubusercontent.com/ananos/1031c91aa16b2be8098d5d386b625c7e/raw/dd0d170ebd3480b420e715ce85da8d3c4b096fce/hedge-x86.config -O arch/x86/configs/hedge.config
129+
wget https://gist.githubusercontent.com/ananos/1031c91aa16b2be8098d5d386b625c7e/raw/9df4f61e0bb60fecad2308def2835a9ed5cbfcda/hedge-x86.config -O arch/x86/configs/hedge.config
128130
fi
129131
touch .config
130132
make hedge.config

0 commit comments

Comments
 (0)