浏览代码

Update casa.yml

老竭力 3 年之前
父节点
当前提交
b377af1d24
共有 1 个文件被更改,包括 1 次插入13 次删除
  1. 1 13
      .github/workflows/casa.yml

+ 1 - 13
.github/workflows/casa.yml

@@ -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
@@ -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