-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### What problem were solved in this pull request? Issue Number: close #483 Problem: gitpod 环境有问题,找不到libevent。看起来执行sudo命令时失败了。 ### What is changed and how it works? 使用基础镜像oceanbase/miniob,这个镜像也已经构建好了依赖 <img width="774" alt="image" src="https://github.com/user-attachments/assets/5988b56a-2bd2-4b0e-8d5d-62fc719c0d38">
- Loading branch information
Showing
2 changed files
with
4 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,3 @@ | ||
github: | ||
prebuilds: | ||
master: false | ||
branches: false | ||
tasks: | ||
- name: install dependencies | ||
init: | | ||
sudo apt install cmake flex bison texinfo libreadline-dev -y | ||
sudo bash build.sh init | ||
echo -e "\033[32m\nDependency installed successfully\033[0m" | ||
coreDump: | ||
enabled: true | ||
image: oceanbase/miniob:latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters