mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-22 08:53:29 +00:00
Update the benchmark linux kernel
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
5402f1fbf7
commit
ab7c4f3740
@ -30,16 +30,8 @@ RUN apt update && apt-get install -y --no-install-recommends \
|
||||
|
||||
WORKDIR /opt/linux_binary_cache
|
||||
RUN wget https://raw.githubusercontent.com/asterinas/linux_vdso/2a6d2db/vdso64.so -O vdso64.so
|
||||
RUN wget https://raw.githubusercontent.com/asterinas/linux_binary_cache/8a5b6fd/vmlinuz-5.15.0-105-generic \
|
||||
RUN wget https://raw.githubusercontent.com/asterinas/linux_binary_cache/14598b6/vmlinuz-5.15.0-105 \
|
||||
-O vmlinuz
|
||||
RUN wget https://raw.githubusercontent.com/asterinas/linux_binary_cache/8a5b6fd/kernel/drivers/block/virtio_blk.ko \
|
||||
-O virtio_blk.ko
|
||||
RUN wget https://raw.githubusercontent.com/asterinas/linux_binary_cache/8a5b6fd/kernel/drivers/net/net_failover.ko \
|
||||
-O net_failover.ko
|
||||
RUN wget https://raw.githubusercontent.com/asterinas/linux_binary_cache/8a5b6fd/kernel/drivers/net/virtio_net.ko \
|
||||
-O virtio_net.ko
|
||||
RUN wget https://raw.githubusercontent.com/asterinas/linux_binary_cache/8a5b6fd/kernel/net/core/failover.ko \
|
||||
-O failover.ko
|
||||
|
||||
#= Build benchmark =========================================================
|
||||
|
||||
|
Reference in New Issue
Block a user