Skip to content

Commit 760a965

Browse files
authored
Update build.yml
1 parent 4de362c commit 760a965

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -159,17 +159,6 @@ jobs:
159159
cd dart-sdk/sdk
160160
find build/linux -mindepth 1 -maxdepth 1 -name 'alpine-*-sysroot' -print0 | xargs -0 -n 1 -I {} -- find {}/lib -mindepth 1 -maxdepth 1 \( -name 'ld-musl-*.so.1' -o -name 'libc.musl-*.so.1' \) -print0 | xargs -0 -n 1 -- sh -xc 'cp -u "$1" /lib' --
161161
162-
- name: Configure tcmalloc
163-
run: |
164-
if test -d dart-sdk/sdk/third_party/tcmalloc/gperftools; then
165-
apk add --no-cache autoconf automake libtool
166-
cd dart-sdk/sdk/third_party/tcmalloc/gperftools
167-
./autogen.sh
168-
./configure --enable-emergency-malloc --enable-frame-pointers --enable-cpu-profiler --disable-heap-checker --disable-debugalloc --enable-sized-delete --disable-libunwind
169-
cd ../include
170-
find . -type f -print0 | xargs -0 -n 1 -- sh -xc 'cp -f "../gperftools/src/$1" "$1"' --
171-
fi
172-
173162
- name: Build
174163
run: |
175164
cd dart-sdk/sdk

0 commit comments

Comments
 (0)