File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -159,17 +159,6 @@ jobs:
159
159
cd dart-sdk/sdk
160
160
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' --
161
161
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
-
173
162
- name : Build
174
163
run : |
175
164
cd dart-sdk/sdk
You can’t perform that action at this time.
0 commit comments