Put git hash in startup message

network
probonopd 5 days ago committed by GitHub
parent f7e7556b45
commit bf3a93b773
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/build.yml

@ -21,6 +21,8 @@ jobs:
sh -ex ./submod.sh
- name: Apply patches
run: |
# Put git hash in startup message
sed -i "s/Loading.../$(git rev-parse --short=7 HEAD)/g" src/userinterface.c
# https://github.com/rsta2/circle/discussions/427#discussioncomment-11198505
sed -i -e 's|TTLShort = 120|TTLShort = 15|g' circle-stdlib/libs/circle/include/circle/net/mdnspublisher.h
- name: Install toolchains

Loading…
Cancel
Save