Skip to content

Commit fe6b18b

Browse files
committed
set -x in build_apple_frameworks.sh
This causes commands to be echoed as they are executed, making it easier to track progress in CI. ghstack-source-id: 44c01e7 ghstack-comment-id: 2730474062 Pull Request resolved: #9326
1 parent 8fbdb17 commit fe6b18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/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)