Skip to content

Commit

Permalink
Update casa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykuku authored Dec 30, 2021
1 parent 3fc00f8 commit b377af1
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/casa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,6 @@ jobs:
with:
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
run: |
cd UI
Expand All @@ -110,7 +98,7 @@ jobs:
v: true
x: false
race: false
ldflags: -s -w -L /opt/glibc230/lib -extldflags "-static"
ldflags: -s -w -extldflags "-static"
buildmode: default
#
# - name: List Files
Expand Down

0 comments on commit b377af1

Please sign in to comment.