File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -82,15 +82,11 @@ jobs:
82
82
83
83
- uses : actions/checkout@v2
84
84
85
- # - name: install necessary packages
86
- # run: |
87
- # sudo apt-get -y update
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
90
- # #if [[ $ARCHITECTURE == "arm64" ]]
91
- # #then
92
- # # sudo apt-get -y install gcc-aarch64-linux-gnu
93
- # #fi
85
+ - name : install necessary packages
86
+ run : |
87
+ sudo apt-get -y update
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
94
90
95
91
- name : Clone linux
96
92
run : |
@@ -127,15 +123,8 @@ jobs:
127
123
if [[ $ARCHITECTURE == "arm64" ]]
128
124
then
129
125
wget https://gist.githubusercontent.com/ananos/dc2e2323f1b9bcb93c24f307e367ae80/raw/a001e5dd3b02fb79001296b1f9ae39270288f8d9/aarch64_config -O arch/arm64/configs/kvmm.config
130
- #touch .config
131
- #CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 make kvmm.config
132
- #CROSS_COMPILE=aarch64-linux-gnu- ARCH=arm64 make deb-pkg -j $(nproc)
133
- #sudo mv ../*linux-image*-dbg*.deb artifacts/$ARCHITECTURE/$LINUX_VERSION/linux-image-$LINUX_VERSION-dbg-latest.deb
134
126
else
135
127
wget https://gist.githubusercontent.com/ananos/4749c77111a560503bd9725409d82800/raw/3e65dec157a7a19d965675054ef85ce8bc06c74b/basic%2520kernel%2520config -O arch/x86/configs/kvmm.config
136
- #touch .config
137
- #make kvmm.config
138
- #make deb-pkg -j $(nproc)
139
128
fi
140
129
touch .config
141
130
make kvmm.config
You can’t perform that action at this time.
0 commit comments