Skip to content

Commit

Permalink
lttng ust
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Aug 20, 2024
1 parent 0c08665 commit 0a932e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
./configure --prefix=$HOME/babeltrace2/2.0.4
make -j 32 install
working-directory: userspace-rcu
- run: git clone https://github.com/lttng/lttng-ust
- run: |
./bootstrap
./configure --prefix=$HOME/babeltrace2/2.0.4
make -j 32 install
working-directory: lttng-ust
- run: git clone -b anl-ms3 git://git.efficios.com/deliverable/lttng-tools.git
- run: |
./bootstrap
Expand Down

0 comments on commit 0a932e3

Please sign in to comment.