Skip to content

Commit

Permalink
ci(github): add an lttng build
Browse files Browse the repository at this point in the history
lttng defaults to on, so nothing is required other than installing it
conditionally. Add a build for it.
  • Loading branch information
aws-nslick committed May 22, 2024
1 parent dc79f83 commit a653337
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/distcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
cc:
- gcc
- clang
tracing:
- lttng
- none
sdk:
- cuda
- neuron
Expand Down Expand Up @@ -150,6 +153,13 @@ jobs:
packages: aws-neuronx-runtime-lib
version: neuron-packages

- name: Install lttng
uses: awalsh128/cache-apt-pkgs-action@latest
if: matrix.tracing == 'lttng'
with:
packages: liblttng-ust-dev
version: lttng

- name: Install Libfabric
run: |
# We're just doing distchecks, so it is fine if we
Expand Down

0 comments on commit a653337

Please sign in to comment.