mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
make-binaries: Bump crosstool-NG version to 1.27.0
This commit is contained in:
parent
21ae72d02e
commit
4188c062e7
3 changed files with 3 additions and 3 deletions
2
.github/workflows/container.yml
vendored
2
.github/workflows/container.yml
vendored
|
@ -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: |
|
||||||
|
|
2
.github/workflows/installers.yml
vendored
2
.github/workflows/installers.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue