Skip to content

Commit

Permalink
gh: Compile with lttng
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Feb 20, 2025
1 parent 9ae0742 commit b369d58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,13 @@ jobs:
make && make TYPE=debug &&
cerl -noshell -s init stop && cerl -debug -noshell -s init stop'
- name: Build Erlang/OTP with LTTNG
run: >
docker run otp 'sudo apt-get install -y lttng-tools &&
./configure --enable-dynamic-trace=lttng &&
make && make TYPE=debug &&
cerl -noshell -s init stop && cerl -debug -noshell -s init stop'
- name: Run Erlang with various start options
run: |
OPTIONS=("+JPperf true" "+JMsingle true" "+JDdump true")
Expand Down

0 comments on commit b369d58

Please sign in to comment.