Skip to content

Commit

Permalink
fix(ci): Fixes for liblsan0 packages (magma#15334)
Browse files Browse the repository at this point in the history
changes:
 1) modified the .bazelrc file
 2) removed flags in the production build

Signed-off-by: mohinali <[email protected]>
Co-authored-by: mohinali <[email protected]>
  • Loading branch information
mohinali66 and mohinali authored Nov 3, 2023
1 parent 4bb401a commit 70af37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ startup --host_jvm_args="-Xmx8g"
build --announce_rc
build --color=yes

build:production --config=lsan --copt=-O3
build:production
build:production --define=production=1

# experimental_allow_tags_propagation means that tags will be propagated from
Expand Down

0 comments on commit 70af37d

Please sign in to comment.