Update casa.yml
This commit is contained in:
parent
3fc00f8da7
commit
b377af1d24
1 changed files with 1 additions and 13 deletions
14
.github/workflows/casa.yml
vendored
14
.github/workflows/casa.yml
vendored
|
@ -77,18 +77,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '14'
|
||||||
|
|
||||||
- name: Compile glibc
|
|
||||||
run: |
|
|
||||||
wget -q http://ftp.gnu.org/gnu/glibc/glibc-2.30.tar.bz2
|
|
||||||
mkdir /opt/glibc230
|
|
||||||
tar xvfj glibc-2.30.tar.bz2
|
|
||||||
cd glibc-2.30
|
|
||||||
mkdir build
|
|
||||||
cd build
|
|
||||||
../configure --prefix=/opt/glibc230 --enable-cet
|
|
||||||
make -j$(($(nproc) + 1))
|
|
||||||
make install
|
|
||||||
|
|
||||||
- name: Build frontend with nodejs and yarn
|
- name: Build frontend with nodejs and yarn
|
||||||
run: |
|
run: |
|
||||||
cd UI
|
cd UI
|
||||||
|
@ -110,7 +98,7 @@ jobs:
|
||||||
v: true
|
v: true
|
||||||
x: false
|
x: false
|
||||||
race: false
|
race: false
|
||||||
ldflags: -s -w -L /opt/glibc230/lib -extldflags "-static"
|
ldflags: -s -w -extldflags "-static"
|
||||||
buildmode: default
|
buildmode: default
|
||||||
#
|
#
|
||||||
# - name: List Files
|
# - name: List Files
|
||||||
|
|
Loading…
Reference in a new issue