mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-06-16 05:55:33 +00:00
Update casa.yml
This commit is contained in:
parent
2b95c07a47
commit
ae35a6d291
14
.github/workflows/casa.yml
vendored
14
.github/workflows/casa.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
go_version:
|
go_version:
|
||||||
- 1.17.1
|
- 1.17.1
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
# - name: Get release
|
# - name: Get release
|
||||||
@ -77,6 +77,16 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
|
|
||||||
|
- name: Compile glibc
|
||||||
|
run: |
|
||||||
|
wget http://ftp.gnu.org/gnu/glibc/glibc-2.30.tar.gz
|
||||||
|
mkdir /opt/glibc230
|
||||||
|
tar xvfj glibc-2.30.tar.bz2
|
||||||
|
cd glibc-2.30
|
||||||
|
./glibc-2.30/configure --prefix=/opt/glibc230 --enable-cet
|
||||||
|
make
|
||||||
|
make install
|
||||||
|
|
||||||
- name: Build frontend with nodejs and yarn
|
- name: Build frontend with nodejs and yarn
|
||||||
run: |
|
run: |
|
||||||
cd UI
|
cd UI
|
||||||
@ -98,7 +108,7 @@ jobs:
|
|||||||
v: true
|
v: true
|
||||||
x: false
|
x: false
|
||||||
race: false
|
race: false
|
||||||
ldflags: -s -w
|
ldflags: -s -w -L /opt/glibc230/lib -extldflags "-static"
|
||||||
buildmode: default
|
buildmode: default
|
||||||
#
|
#
|
||||||
# - name: List Files
|
# - name: List Files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user