Skip to content

Commit da3daa9

Browse files
committed
Rename kvmm to hedge
Signed-off-by: Charalampos Mainas <[email protected]>
1 parent 779d287 commit da3daa9

5 files changed

+134
-134
lines changed

.github/workflows/test_kernels.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ jobs:
122122
sudo mkdir -p artifacts/$ARCHITECTURE/$LINUX_VERSION
123123
if [[ $ARCHITECTURE == "arm64" ]]
124124
then
125-
wget https://gist.githubusercontent.com/ananos/dc2e2323f1b9bcb93c24f307e367ae80/raw/a001e5dd3b02fb79001296b1f9ae39270288f8d9/aarch64_config -O arch/arm64/configs/kvmm.config
125+
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/kvmm.config
127+
wget https://gist.githubusercontent.com/ananos/4749c77111a560503bd9725409d82800/raw/3e65dec157a7a19d965675054ef85ce8bc06c74b/basic%2520kernel%2520config -O arch/x86/configs/hedge.config
128128
fi
129129
touch .config
130-
make kvmm.config
130+
make hedge.config
131131
make deb-pkg -j $(nproc)
132132
echo ::set-output name=build_exit_code::$?
133133
sudo mv ../*linux-headers*.deb artifacts/$ARCHITECTURE/$LINUX_VERSION/linux-headers-$LINUX_VERSION-latest.deb
@@ -138,7 +138,7 @@ jobs:
138138
sudo mv ../*linux-image*.deb artifacts/$ARCHITECTURE/$LINUX_VERSION/linux-image-$LINUX_VERSION-latest.deb
139139
sudo mv ../*linux-libc-dev*.deb artifacts/$ARCHITECTURE/$LINUX_VERSION/linux-libc-dev_$LINUX_VERSION-latest.deb
140140
141-
#If build was successful, upload the kernel deb artifacts for the kvmm module builder to have available
141+
#If build was successful, upload the kernel deb artifacts for the hedge module builder to have available
142142
- name: Upload Kernel artifact
143143
id: upload-artifact
144144
if: steps.build-kernel.outputs.build_exit_code == 0

0 commit comments

Comments
 (0)