Skip to content

Commit

Permalink
Cleanup after boost submodule removal
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads committed Dec 8, 2024
1 parent 375b652 commit 00ddbaf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,18 @@ jobs:
with:
submodules: recursive
- name: build dependencies
run: |
sudo apt-get update
sudo apt-get install -y libtool libtool-bin libboost-all-dev libcurl4-openssl-dev libpcap-dev libunwind-dev libgoogle-perftools-dev
run: >
sudo apt-get update &&
sudo apt-get install -y
libboost-filesystem-dev
libboost-log-dev
libboost-system-dev
libboost-thread-dev
libcurl4-openssl-dev
libgoogle-perftools-dev
libtool
libtool-bin
libunwind-dev
- name: build sipp
run: |
sudo chmod a+w /usr/local/src/
Expand Down
12 changes: 0 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ config.sub
/configure
/*~

# boost
project-cache.jam
bin.v2/config.log
project-config.jam
b2
bin.v2/config.log
bjam
bootstrap.log
project-config.jam.*
config.log
tools/build/src/engine/bootstrap/

# Compiled Object files
*.slo
*.lo
Expand Down

0 comments on commit 00ddbaf

Please sign in to comment.