Skip to content

Commit

Permalink
Print out ld as well (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat authored Oct 25, 2022
1 parent 03a6614 commit 318f365
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux/package_linux.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,12 @@ artifact_hash, tarball_path, = debootstrap(arch, image; archive, packages) do ro
my_chroot("which -a gcc")
my_chroot("which g++")
my_chroot("which -a g++")
my_chroot("which ld")
my_chroot("which -a ld")

my_chroot("gcc --version")
my_chroot("g++ --version")
my_chroot("ld --version")
end

upload_gha(tarball_path)
Expand Down

0 comments on commit 318f365

Please sign in to comment.