Skip to content

Commit

Permalink
workflows: remove Qodana CI workflow. (gojue#589)
Browse files Browse the repository at this point in the history
Once the kernel header file is built, return to the user root

Signed-off-by: CFC4N <[email protected]>
  • Loading branch information
cfc4n authored Aug 11, 2024
1 parent 37ef9f4 commit f091481
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/code_quality.yml

This file was deleted.

2 changes: 1 addition & 1 deletion builder/init_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ yes "" | sudo make prepare V=0 > /dev/null
ls -al /usr/src/linux-source-${kernel_ver}

clang --version

cd ~
# 安装golang,设置goproxy
wget https://golang.google.cn/dl/${GOBIN_ZIP}
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf ${GOBIN_ZIP}
Expand Down

0 comments on commit f091481

Please sign in to comment.