File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 62
62
Patch-Linux :
63
63
# tries to apply the patch to each version
64
64
needs : [generate-matrix]
65
- runs-on : ${{ matrix.architecture }}
65
+ runs-on : [" ${{ matrix.architecture }}", "gcc"]
66
66
# strategy matrix to run jobs in parallel for each version
67
67
strategy :
68
68
matrix :
86
86
run : |
87
87
sudo apt-get -y update
88
88
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
90
90
91
91
- name : Clone linux
92
92
run : |
@@ -124,7 +124,9 @@ jobs:
124
124
then
125
125
wget https://gist.githubusercontent.com/ananos/dc2e2323f1b9bcb93c24f307e367ae80/raw/a001e5dd3b02fb79001296b1f9ae39270288f8d9/aarch64_config -O arch/arm64/configs/hedge.config
126
126
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
128
130
fi
129
131
touch .config
130
132
make hedge.config
You can’t perform that action at this time.
0 commit comments