Skip to content

Commit f44351c

Browse files
committed
Stop stripping binaries
commit_hash:5ce5e75d100343f9bb8de3d92b8c55eca802ad48
1 parent 4ccce88 commit f44351c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/postcommit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
v1-
2222
path: ~/.ya/build
2323
- name: Run ya make
24-
run: ./ya make ./perforator -DCI=github -DSTRIP -r --musl
24+
run: ./ya make ./perforator -DCI=github --gc -r --musl
2525

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
path: ~/.ya/build
2323
- name: Build binaries
2424
run: |
25-
./ya make -r --musl -DSTRIP ./perforator/bundle
25+
./ya make -r --musl --gc ./perforator/bundle
2626
- uses: actions/upload-artifact@v4
2727
with:
2828
name: binaries

0 commit comments

Comments
 (0)