Skip to content

Commit

Permalink
chore: Indicate the commands used in the build_info
Browse files Browse the repository at this point in the history
  • Loading branch information
nurupo committed Mar 29, 2024
1 parent 013715e commit c2bbaac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion script/build-minimal-static-toxic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -306,19 +306,22 @@ However, it is rather portable.
Toxic $TOXIC_VERSION
Build date time: $(TZ=UTC date +"%Y-%m-%dT%H:%M:%S%z")
Build date-time: $(TZ=UTC date +"%Y-%m-%dT%H:%M:%S%z")
OS:
$ cat /etc/os-release
$(cat /etc/os-release)
List of self-built software statically compiled into Toxic:
libcurl $CURL_VERSION
libtoxcore $TOXCORE_VERSION
List of OS-packaged software statically compiled into Toxic:
$ apk list -I | grep 'static' | sort -i
$(apk list -I | grep 'static' | sort -i)
List of all packages installed during the build:
$ apk list -I | sort -i
$(apk list -I | sort -i)" > "$PREPARE_ARTIFACT_DIR/build_info"

echo '#!/usr/bin/env sh
Expand Down

0 comments on commit c2bbaac

Please sign in to comment.