Update casa.yml

This commit is contained in:
老竭力 2021-12-30 18:44:07 +08:00 committed by GitHub
parent 2b95c07a47
commit ae35a6d291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ jobs:
matrix:
go_version:
- 1.17.1
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
# - name: Get release
@ -77,6 +77,16 @@ jobs:
with:
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
run: |
cd UI
@ -98,7 +108,7 @@ jobs:
v: true
x: false
race: false
ldflags: -s -w
ldflags: -s -w -L /opt/glibc230/lib -extldflags "-static"
buildmode: default
#
# - name: List Files