We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f7d11 commit d9aff06Copy full SHA for d9aff06
libcxx/utils/ci/run-buildbot
@@ -95,31 +95,6 @@ MONOREPO_ROOT="${MONOREPO_ROOT:="$(git rev-parse --show-toplevel)"}"
95
BUILD_DIR="${BUILD_DIR:=${MONOREPO_ROOT}/build/${BUILDER}}"
96
INSTALL_DIR="${BUILD_DIR}/install"
97
98
-function step() {
99
- endstep
100
- set +x
101
- if [[ ! -z ${GITHUB_ACTIONS+x} ]]; then
102
- echo "::group::$1"
103
- export IN_GROUP=1
104
- else
105
- echo "--- $1"
106
- fi
107
- set -x
108
-}
109
-
110
-function endstep() {
111
112
- if [[ ! -z ${GITHUB_ACTIONS+x} ]] && [[ ! -z ${IN_GROUP+x} ]]; then
113
- echo "::endgroup::"
114
- unset IN_GROUP
115
116
117
118
119
-function error() {
120
- echo "::error::$1"
121
122
123
if [ -z ${CC+x} ]; then
124
error "Environment variable CC must be defined"
125
exit 1
0 commit comments