Skip to content

Commit

Permalink
[Serverless Mini Agent] Install Protoc for Serverless Release (#630)
Browse files Browse the repository at this point in the history
* install protoc for serverless release

* rerun github actions
  • Loading branch information
duncanpharvey authored Sep 16, 2024
1 parent 910f604 commit a5d9cf0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish-serverless-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Protoc Binary
shell: bash
run: chmod +x ./scripts/install-protoc.sh && ./scripts/install-protoc.sh $HOME
- name: Install musl dependencies
run: rustup target add x86_64-unknown-linux-musl && sudo apt-get install musl-tools
- name: Build project
shell: bash
run: cargo build --release -p datadog-serverless-trace-mini-agent --target x86_64-unknown-linux-musl
- name: Upload artifacts for release step
uses: actions/upload-artifact@v3
Expand All @@ -26,7 +30,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Protoc Binary
shell: bash
run: chmod +x ./scripts/install-protoc.sh && ./scripts/install-protoc.sh $HOME
- name: Build project
shell: bash
run: cargo build --release -p datadog-serverless-trace-mini-agent
- name: Upload artifacts for release step
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a5d9cf0

Please sign in to comment.