We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ccce88 commit f44351cCopy full SHA for f44351c
.github/workflows/postcommit.yaml
@@ -21,5 +21,5 @@ jobs:
21
v1-
22
path: ~/.ya/build
23
- name: Run ya make
24
- run: ./ya make ./perforator -DCI=github -DSTRIP -r --musl
+ run: ./ya make ./perforator -DCI=github --gc -r --musl
25
.github/workflows/release.yaml
@@ -22,7 +22,7 @@ jobs:
- name: Build binaries
run: |
- ./ya make -r --musl -DSTRIP ./perforator/bundle
+ ./ya make -r --musl --gc ./perforator/bundle
26
- uses: actions/upload-artifact@v4
27
with:
28
name: binaries
0 commit comments