Skip to content

Commit cc288b6

Browse files
author
Markus Koch
committed
more lint cleaning
1 parent b323fcd commit cc288b6

4 files changed

Lines changed: 4 additions & 4 deletions

execution-environment-experimental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ additional_build_steps:
5757
# A wrapper shell conditionally sets CFLAGS only on ppc64le so that
5858
# x86_64 and aarch64 builds keep full -O3 optimization.
5959
- RUN printf '#!/bin/bash\nif [ "$(uname -m)" = "ppc64le" ]; then\n export CFLAGS="-O0 -g0"\n export CXXFLAGS="-O0 -g0"\nfi\nexec /bin/bash "$@"\n' > /usr/local/bin/build-shell && chmod +x /usr/local/bin/build-shell
60-
- 'SHELL ["/usr/local/bin/build-shell", "-c"]'
60+
- 'SHELL ["/usr/local/bin/build-shell", "-c"]' # yamllint disable-line rule:quoted-strings
6161
prepend_base:
6262
- RUN dnf update -y
6363
append_final:

execution-environment-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ additional_build_steps:
107107
# A wrapper shell conditionally sets CFLAGS only on ppc64le so that
108108
# x86_64 and aarch64 builds keep full -O3 optimization.
109109
- RUN printf '#!/bin/bash\nif [ "$(uname -m)" = "ppc64le" ]; then\n export CFLAGS="-O0 -g0"\n export CXXFLAGS="-O0 -g0"\nfi\nexec /bin/bash "$@"\n' > /usr/local/bin/build-shell && chmod +x /usr/local/bin/build-shell
110-
- 'SHELL ["/usr/local/bin/build-shell", "-c"]'
110+
- 'SHELL ["/usr/local/bin/build-shell", "-c"]' # yamllint disable-line rule:quoted-strings
111111
prepend_base:
112112
- RUN dnf update -y
113113
append_base:

execution-environment-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ additional_build_steps:
9494
# A wrapper shell conditionally sets CFLAGS only on ppc64le so that
9595
# x86_64 and aarch64 builds keep full -O3 optimization.
9696
- RUN printf '#!/bin/bash\nif [ "$(uname -m)" = "ppc64le" ]; then\n export CFLAGS="-O0 -g0"\n export CXXFLAGS="-O0 -g0"\nfi\nexec /bin/bash "$@"\n' > /usr/local/bin/build-shell && chmod +x /usr/local/bin/build-shell
97-
- 'SHELL ["/usr/local/bin/build-shell", "-c"]'
97+
- 'SHELL ["/usr/local/bin/build-shell", "-c"]' # yamllint disable-line rule:quoted-strings
9898
prepend_base:
9999
- RUN dnf update -y && dnf install -y git
100100
append_base:

execution-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ additional_build_steps:
8686
# A wrapper shell conditionally sets CFLAGS only on ppc64le so that
8787
# x86_64 and aarch64 builds keep full -O3 optimization.
8888
- RUN printf '#!/bin/bash\nif [ "$(uname -m)" = "ppc64le" ]; then\n export CFLAGS="-O0 -g0"\n export CXXFLAGS="-O0 -g0"\nfi\nexec /bin/bash "$@"\n' > /usr/local/bin/build-shell && chmod +x /usr/local/bin/build-shell
89-
- 'SHELL ["/usr/local/bin/build-shell", "-c"]'
89+
- 'SHELL ["/usr/local/bin/build-shell", "-c"]' # yamllint disable-line rule:quoted-strings
9090
prepend_base:
9191
- RUN dnf update -y
9292
append_base:

0 commit comments

Comments
 (0)