Skip to content

Commit

Permalink
Update presubmit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TApplencourt authored Aug 21, 2024
1 parent 7647a06 commit 748c54f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
- run: |
./bootstrap
./configure --disable-man-pages --prefix=$HOME/babeltrace2/2.0.4
make -j 32
make -j 32 install
make -j
make install
working-directory: lttng-ust
# lttng-tools need lttng-ust 2.14+
- run: git clone -b anl-ms3 git://git.efficios.com/deliverable/lttng-tools.git
- run: |
./bootstrap
./configure --disable-bin-lttng-crash --prefix=$HOME/babeltrace2/2.0.4
make -j 32
./configure --disable-man-pages --disable-bin-lttng-crash --prefix=$HOME/babeltrace2/2.0.4
make -j
make install
working-directory: lttng-tools
babeltrace2:
Expand Down

0 comments on commit 748c54f

Please sign in to comment.