Skip to content

Commit

Permalink
get more details
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-GS committed Nov 7, 2024
1 parent 0175141 commit bd23145
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/prepare-machine.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,9 @@ function Install-Clog2Text {
git submodule init $RootDir/submodules/clog
git submodule update

apt list --installed | grep dotnet
which dotnet | xargs ls -lh
grep -R dotnet /etc/apt
dotnet --version

dotnet build (Join-Path $RootDir submodules clog)
Expand Down Expand Up @@ -589,6 +592,7 @@ if ($IsLinux) {

lttng --version
lttng-sessiond --version
grep -R lttng /etc/apt
if ($UseXdp) {
if (!$IsUbuntu2404) {
sudo apt-add-repository "deb http://mirrors.kernel.org/ubuntu noble main" -y
Expand Down

0 comments on commit bd23145

Please sign in to comment.