Skip to content

Commit

Permalink
chore: add vng in runner's dep & update run-6.12.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ianchen0119 committed Feb 5, 2025
1 parent 69615c2 commit 38d1851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build-dependencies/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ runs:
go-version: "${{ inputs.go-version }}"
- name: Install Compilers & Formatters
run: |
sudo add-apt-repository ppa:arighi/virtme-ng -y
sudo apt-get update
sudo apt-get install --yes bsdutils
sudo apt-get install --yes build-essential
sudo apt-get install --yes pkgconf
sudo apt-get install --yes llvm-14 clang-14 clang-format-14
sudo apt-get install --yes libelf-dev libzstd-dev zlib1g-dev
sudo apt-get install --yes virtme-ng
for tool in "clang" "clang-format" "llc" "llvm-strip"
do
sudo rm -f /usr/bin/$tool
Expand Down
3 changes: 1 addition & 2 deletions selftest/common/run-6.12.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# SETTINGS

TEST=$(dirname $0)/$1 # execute
TEST="vng -r v6.12.2 -- $(dirname $0)/$1" # execute
TIMEOUT=10 # seconds

# COMMON
Expand All @@ -13,7 +13,6 @@ COMMON="$(dirname $0)/../common/common.sh"
# MAIN

kern_version ge 6.12

check_build
check_ppid
test_exec
Expand Down

0 comments on commit 38d1851

Please sign in to comment.