Skip to content

Commit

Permalink
Add nostart-stop-gc
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Jun 3, 2024
1 parent 708399b commit 5bf50ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu-bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: |
sudo apt -y install clang llvm
./bazel/setup_clang.sh
echo 'build --linkopt="-z nostart-stop-gc"' >> "${GITHUB_WORKSPACE}/.bazelrc.local"
echo 'build --host_linkopt="-z nostart-stop-gc"' >> "${GITHUB_WORKSPACE}/.bazelrc.local"
- name: Run tests
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@ Package.resolved
Documentation

clang.bazelrc
.bazelrc.local

.index

0 comments on commit 5bf50ba

Please sign in to comment.