Skip to content

Commit 7c38dea

Browse files
committed
Replace all occurrences of os=Linux
1 parent 8b0f364 commit 7c38dea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docker/debian/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ cat >> $(conan config home)/settings_user.yml <<EOT
140140
os:
141141
debian-${DEBIAN_VERSION}:
142142
EOT
143-
sed -i "s/os=Linux/os=debian-${DEBIAN_VERSION}/1" $(conan config home)/profiles/default
143+
sed -i "s/os=Linux/os=debian-${DEBIAN_VERSION}/g" $(conan config home)/profiles/default
144144
EOF
145145

146146
# Explicitly set the compiler flags.
@@ -235,7 +235,7 @@ cat >> $(conan config home)/settings_user.yml <<EOT
235235
os:
236236
debian-${DEBIAN_VERSION}:
237237
EOT
238-
sed -i "s/os=Linux/os=debian-${DEBIAN_VERSION}/1" $(conan config home)/profiles/default
238+
sed -i "s/os=Linux/os=debian-${DEBIAN_VERSION}/g" $(conan config home)/profiles/default
239239
EOF
240240

241241
# Explicitly set the compiler flags and the distribution name and version.

docker/rhel/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ cat >> $(conan config home)/settings_user.yml <<EOT
110110
os:
111111
rhel-${RHEL_VERSION}:
112112
EOT
113-
sed -i "s/os=Linux/os=rhel-${RHEL_VERSION}/1" $(conan config home)/profiles/default
113+
sed -i "s/os=Linux/os=rhel-${RHEL_VERSION}/g" $(conan config home)/profiles/default
114114
EOF
115115

116116
# Explicitly set the compiler flags.
@@ -191,7 +191,7 @@ cat >> $(conan config home)/settings_user.yml <<EOT
191191
os:
192192
rhel-${RHEL_VERSION}:
193193
EOT
194-
sed -i "s/os=Linux/os=rhel-${RHEL_VERSION}/1" $(conan config home)/profiles/default
194+
sed -i "s/os=Linux/os=rhel-${RHEL_VERSION}/g" $(conan config home)/profiles/default
195195
EOF
196196

197197
# Explicitly set the compiler flags.

docker/ubuntu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ cat >> $(conan config home)/settings_user.yml <<EOT
126126
os:
127127
ubuntu-${UBUNTU_VERSION}:
128128
EOT
129-
sed -i "s/os=Linux/os=ubuntu-${UBUNTU_VERSION}/1" $(conan config home)/profiles/default
129+
sed -i "s/os=Linux/os=ubuntu-${UBUNTU_VERSION}/g" $(conan config home)/profiles/default
130130
EOF
131131

132132
# Explicitly set the compiler flags.

0 commit comments

Comments
 (0)