Skip to content

Commit

Permalink
Merge pull request #78 from minhanghuang/perf-remove-pb-src
Browse files Browse the repository at this point in the history
perf(proto): remove protobuf source files
  • Loading branch information
minhanghuang authored Dec 14, 2024
2 parents 9ce6cb1 + d5bcaa2 commit 0ee5c54
Show file tree
Hide file tree
Showing 55 changed files with 15 additions and 44,969 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ubuntu18-arrch64-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
build-arm-ubuntu18:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check out repository code
uses: actions/checkout@v1 # https://github.com/actions/checkout/issues/1590
with:
fetch-depth: 1

- uses: uraimo/run-on-arch-action@v2
name: Run commands
env:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/ubuntu18-v9.0.0-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,25 @@ jobs:
runs-on: ubuntu-latest
container:
image: docker://ubuntu:18.04
options: --volume ${{ github.workspace }}:/workspace/${{ github.repository }}
# options: --volume ${{ github.workspace }}:/workspace/${{ github.repository }}
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v1 # https://github.com/actions/checkout/issues/1590
with:
fetch-depth: 1

- name: Install
env:
DEBIAN_FRONTEND: noninteractive
run: |
apt update
apt install -y lsb-release git wget pkg-config g++ cmake uuid-dev libncurses5-dev python3-dev
cd /workspace/${{ github.repository }} && python3 install.py
python3 install.py
- name: Build
run: |
echo "-----------------------"
uname -a
lsb_release -a
echo "-----------------------"
bash -c "cd /workspace/${{ github.repository }} && source install/setup.bash && mkdir -p build && cd build && cmake .. && make -j$(nproc)"
bash -c "source install/setup.bash && mkdir -p build && cd build && cmake .. && make -j$(nproc)"
3 changes: 3 additions & 0 deletions cyber/proto/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.pb.cc
*.pb.h
*_pb2.py
1,078 changes: 0 additions & 1,078 deletions cyber/proto/choreography_conf.pb.cc

This file was deleted.

Loading

0 comments on commit 0ee5c54

Please sign in to comment.