From ac1a6be05d90153932ff14b57e081e1491f41190 Mon Sep 17 00:00:00 2001 From: jiangjianfeng Date: Thu, 21 Nov 2024 02:19:05 +0000 Subject: [PATCH] Fix benchmark CI failure --- .github/workflows/benchmark_asterinas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark_asterinas.yml b/.github/workflows/benchmark_asterinas.yml index 6fc90f3ba..215808a10 100644 --- a/.github/workflows/benchmark_asterinas.yml +++ b/.github/workflows/benchmark_asterinas.yml @@ -81,7 +81,7 @@ jobs: timeout-minutes: 60 container: image: asterinas/asterinas:0.9.4 - options: --device=/dev/kvm + options: --device=/dev/kvm --privileged env: # Need to set up proxy since the self-hosted CI server is located in China, # which has poor network connection to the official Rust crate repositories.