Skip to content

Commit b963f32

Browse files
committed
Re-add necessary packages
Signed-off-by: Anastassios Nanos <[email protected]>
1 parent c371d35 commit b963f32

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

.github/workflows/test_kernels.yml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,11 @@ jobs:
8282
8383
- uses: actions/checkout@v2
8484

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
9490
9591
- name: Clone linux
9692
run: |
@@ -127,15 +123,8 @@ jobs:
127123
if [[ $ARCHITECTURE == "arm64" ]]
128124
then
129125
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
134126
else
135127
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)
139128
fi
140129
touch .config
141130
make kvmm.config

0 commit comments

Comments
 (0)