1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 17:59:31 +02:00

make-binaries: Bump crosstool-NG version to 1.27.0

This commit is contained in:
Holger Weiss 2025-02-07 15:27:15 +01:00
parent 21ae72d02e
commit 4188c062e7
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: ~/build/ path: ~/build/
key: ${{runner.os}}-ctr-ct-ng-1.26.0 key: ${{runner.os}}-ctr-ct-ng-1.27.0
- name: Get erlang/OTP version for bootstrapping - name: Get erlang/OTP version for bootstrapping
run: | run: |

View file

@ -27,7 +27,7 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: ~/build/ path: ~/build/
key: ${{runner.os}}-ct-ng-1.26.0 key: ${{runner.os}}-ct-ng-1.27.0
- name: Install prerequisites - name: Install prerequisites
run: | run: |
sudo apt-get -qq update sudo apt-get -qq update

View file

@ -65,7 +65,7 @@ fi
rel_name='ejabberd' rel_name='ejabberd'
rel_vsn=$(git describe --tags | sed -e 's/-g.*//' -e 's/-/./' | tr -d '[:space:]') rel_vsn=$(git describe --tags | sed -e 's/-g.*//' -e 's/-/./' | tr -d '[:space:]')
mix_vsn=$(mix_version "$rel_vsn") mix_vsn=$(mix_version "$rel_vsn")
crosstool_vsn='1.26.0' crosstool_vsn='1.27.0'
termcap_vsn='1.3.1' termcap_vsn='1.3.1'
expat_vsn='2.6.4' expat_vsn='2.6.4'
zlib_vsn='1.3.1' zlib_vsn='1.3.1'