mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Update build.yml
This commit is contained in:
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
@@ -29,11 +29,11 @@ jobs:
|
|||||||
goal: build
|
goal: build
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
openssl_archs: linux-x86_64
|
openssl_archs: linux-x86_64
|
||||||
- os: ubuntu-22.04
|
#- os: ubuntu-22.04
|
||||||
jid: 11
|
# jid: 11
|
||||||
goal: build
|
# goal: build
|
||||||
arch: x86_64
|
# arch: x86_64
|
||||||
openssl_archs: linux-x86_64
|
# openssl_archs: linux-x86_64
|
||||||
- os: [self-hosted, linux, arm64]
|
- os: [self-hosted, linux, arm64]
|
||||||
jid: 2
|
jid: 2
|
||||||
goal: build
|
goal: build
|
||||||
@@ -398,10 +398,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl -O https://bootstrap.pypa.io/get-pip.py
|
curl -O https://bootstrap.pypa.io/get-pip.py
|
||||||
"${PYTHON}" get-pip.py
|
"${PYTHON}" get-pip.py
|
||||||
#"${PYTHON}" -m pip install --upgrade pip
|
"${PYTHON}" -m pip install --upgrade pip
|
||||||
# temp install pip ToT to solve
|
|
||||||
# https://github.com/pypa/setuptools_scm/issues/713
|
|
||||||
"${PYTHON}" -m pip install --upgrade git+https://github.com/pypa/pip
|
|
||||||
"${PYTHON}" -m pip install --upgrade wheel
|
"${PYTHON}" -m pip install --upgrade wheel
|
||||||
"${PYTHON}" -m pip install --upgrade setuptools
|
"${PYTHON}" -m pip install --upgrade setuptools
|
||||||
|
|
||||||
@@ -488,7 +485,7 @@ jobs:
|
|||||||
- name: Linux 64-bit Make Static
|
- name: Linux 64-bit Make Static
|
||||||
if: runner.os == 'Linux' && contains(runner.arch, '64') && matrix.goal != 'test'
|
if: runner.os == 'Linux' && contains(runner.arch, '64') && matrix.goal != 'test'
|
||||||
run: |
|
run: |
|
||||||
$PYTHON -m staticx --debug "${gam}" "${gam}-staticx"
|
$PYTHON -m staticx "${gam}" "${gam}-staticx"
|
||||||
|
|
||||||
- name: Linux Run StaticX-ed
|
- name: Linux Run StaticX-ed
|
||||||
if: runner.os == 'Linux' && contains(runner.arch, '64') && matrix.goal != 'test'
|
if: runner.os == 'Linux' && contains(runner.arch, '64') && matrix.goal != 'test'
|
||||||
|
|||||||
Reference in New Issue
Block a user