Skip to content

Commit

Permalink
Update CI and README
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesadi committed Jan 5, 2024
1 parent 3d501ef commit 59e24b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: C/C++ CI

on:
push:
branches: [ "llvm-14.0.6", "main" ]
branches: [ "main" ]
pull_request:
branches: [ "llvm-14.0.6", "main" ]
branches: [ "main" ]

jobs:
Ubuntu:
Expand All @@ -17,8 +17,6 @@ jobs:
run: sudo apt install ninja-build -y
- name: Install z3
run: sudo apt install libz3-dev -y
- name: Install lld
run: sudo apt install lld -y
- name: git submodule update --init
run: git submodule update --init
- name: ./build.sh
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ Install z3 (required by MBAObfuscation):
```
$ sudo apt install libz3-dev
```
(Optional) Install lld:
```
// This is an optional depencency to speed up the linking stage when building LLVM.
// If you don't want to install this dependency, remove the line `set(LLVM_ENABLE_LLD ON)` in CMakeLists.txt
$ sudo apt install lld
```
Install Ninja and other dependencies:
```
$ sudo apt install ninja-build cmake python3 gcc g++
Expand Down

0 comments on commit 59e24b6

Please sign in to comment.