Skip to content

Commit

Permalink
[fix] mycpp-all won't run without Clang; use mycpp-logs-equal
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Jul 6, 2022
1 parent d2d35f8 commit 1bc33bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mycpp/build.sh
Expand Up @@ -19,8 +19,9 @@ soil-run() {

set +o errexit

# includes non-essential stuff like type checking alone, stripping
ninja mycpp-all
# 'mycpp-all' has other stuff like type checking alone, stripping
ninja mycpp-logs-equal

local status=$?
set -o errexit

Expand Down

0 comments on commit 1bc33bf

Please sign in to comment.