Skip to content

Commit 1485e81

Browse files
swolchokkirklandsign
authored andcommitted
set -x in build_apple_frameworks.sh (#9326)
This causes commands to be echoed as they are executed, making it easier to track progress in CI.
1 parent 44c983c commit 1485e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_apple_frameworks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# This source code is licensed under the BSD-style license found in the
66
# LICENSE file in the root directory of this source tree.
77

8-
set -euo pipefail
8+
set -euxo pipefail
99

1010
SOURCE_ROOT_DIR=""
1111
OUTPUT="cmake-out"

0 commit comments

Comments
 (0)