Skip to content

Commit

Permalink
Stop stripping binaries
Browse files Browse the repository at this point in the history
commit_hash:5ce5e75d100343f9bb8de3d92b8c55eca802ad48
  • Loading branch information
MikailBag committed Jan 31, 2025
1 parent 4ccce88 commit f44351c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/postcommit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
v1-
path: ~/.ya/build
- name: Run ya make
run: ./ya make ./perforator -DCI=github -DSTRIP -r --musl
run: ./ya make ./perforator -DCI=github --gc -r --musl

2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: ~/.ya/build
- name: Build binaries
run: |
./ya make -r --musl -DSTRIP ./perforator/bundle
./ya make -r --musl --gc ./perforator/bundle
- uses: actions/upload-artifact@v4
with:
name: binaries
Expand Down

0 comments on commit f44351c

Please sign in to comment.