mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +00:00
Update Github Actions generation script and upgrade freeBSD actions.
This commit is contained in:
2
.github/workflows/freebsd-ci.yml
vendored
2
.github/workflows/freebsd-ci.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
name: FreeBSD (${{ matrix.arch }}, debug=${{ matrix.debug }}, prof=${{ matrix.prof }}${{ matrix.uncommon && ', uncommon' || '' }})
|
name: FreeBSD (${{ matrix.arch }}, debug=${{ matrix.debug }}, prof=${{ matrix.prof }}${{ matrix.uncommon && ', uncommon' || '' }})
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
|
|||||||
@@ -287,7 +287,7 @@ def generate_linux_job(arch):
|
|||||||
|
|
||||||
job += f"""
|
job += f"""
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Show OS version
|
- name: Show OS version
|
||||||
run: |
|
run: |
|
||||||
@@ -302,7 +302,7 @@ def generate_linux_job(arch):
|
|||||||
cat /etc/os-release || true
|
cat /etc/os-release || true
|
||||||
echo ""
|
echo ""
|
||||||
echo "=== CPU Info ==="
|
echo "=== CPU Info ==="
|
||||||
lscpu | grep -E "Architecture|CPU op-mode|Byte Order|CPU\(s\):" || true
|
lscpu | grep -E "Architecture|CPU op-mode|Byte Order|CPU\\(s\\):" || true
|
||||||
|
|
||||||
- name: Install dependencies (32-bit)
|
- name: Install dependencies (32-bit)
|
||||||
if: matrix.env.CROSS_COMPILE_32BIT == 'yes'
|
if: matrix.env.CROSS_COMPILE_32BIT == 'yes'
|
||||||
@@ -387,7 +387,7 @@ def generate_macos_job(arch):
|
|||||||
|
|
||||||
job += f"""
|
job += f"""
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Show OS version
|
- name: Show OS version
|
||||||
run: |
|
run: |
|
||||||
@@ -469,7 +469,7 @@ def generate_windows_job(arch):
|
|||||||
|
|
||||||
job += f"""
|
job += f"""
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Show OS version
|
- name: Show OS version
|
||||||
shell: cmd
|
shell: cmd
|
||||||
@@ -590,7 +590,7 @@ def generate_freebsd_job(arch):
|
|||||||
name: FreeBSD (${{{{ matrix.arch }}}}, debug=${{{{ matrix.debug }}}}, prof=${{{{ matrix.prof }}}}${{{{ matrix.uncommon && ', uncommon' || '' }}}})
|
name: FreeBSD (${{{{ matrix.arch }}}}, debug=${{{{ matrix.debug }}}}, prof=${{{{ matrix.prof }}}}${{{{ matrix.uncommon && ', uncommon' || '' }}}})
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user