Skip to content

Commit 80c9e36

Browse files
committed
Cleanup CI images, add distro release and version
1 parent 4fe7cdb commit 80c9e36

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docker/debian/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ EOF
131131
# Explicitly set the compiler flags and the distribution name and version.
132132
RUN <<EOF
133133
cat >> $(conan config home)/global.conf <<EOT
134-
tools.info.package_id:confs+=["Debian", "${DEBIAN_VERSION}"]
135134
tools.build:compiler_executables={"c": "${CC}", "cpp": "${CXX}"}
135+
tools.info.package_id:confs+=["Debian", "${DEBIAN_VERSION}"]
136136
EOT
137137
EOF
138138

@@ -212,8 +212,8 @@ EOF
212212
# Explicitly set the compiler flags and the distribution name and version.
213213
RUN <<EOF
214214
cat >> $(conan config home)/global.conf <<EOT
215-
tools.info.package_id:confs+=["Debian", "${DEBIAN_VERSION}"]
216215
tools.build:compiler_executables={"c": "${CC}", "cpp": "${CXX}"}
216+
tools.info.package_id:confs+=["Debian", "${DEBIAN_VERSION}"]
217217
EOT
218218
EOF
219219

docker/rhel/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ EOF
9797
# Explicitly set the compiler flags and the distribution name and version.
9898
RUN <<EOF
9999
cat >> $(conan config home)/global.conf <<EOT
100-
tools.info.package_id:confs+=["RHEL", "${RHEL_VERSION}"]
101100
tools.build:compiler_executables={"c": "${CC}", "cpp": "${CXX}"}
101+
tools.info.package_id:confs+=["RHEL", "${RHEL_VERSION}"]
102102
EOT
103103
EOF
104104

@@ -161,8 +161,8 @@ EOF
161161
# Explicitly set the compiler flags and the distribution name and version.
162162
RUN <<EOF
163163
cat >> $(conan config home)/global.conf <<EOT
164-
tools.info.package_id:confs+=["RHEL", "${RHEL_VERSION}"]
165164
tools.build:compiler_executables={"c": "${CC}", "cpp": "${CXX}"}
165+
tools.info.package_id:confs+=["RHEL", "${RHEL_VERSION}"]
166166
EOT
167167
EOF
168168

docker/ubuntu/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ EOF
115115
# Explicitly set the compiler flags and the distribution name and version.
116116
RUN <<EOF
117117
cat >> $(conan config home)/global.conf <<EOT
118-
tools.info.package_id:confs+=["Ubuntu", "${UBUNTU_VERSION}"]
119118
tools.build:compiler_executables={"c": "${CC}", "cpp": "${CXX}"}
119+
tools.info.package_id:confs+=["Ubuntu", "${UBUNTU_VERSION}"]
120120
EOT
121121
EOF
122122

@@ -191,8 +191,8 @@ EOF
191191
# Explicitly set the compiler flags and the distribution name and version.
192192
RUN <<EOF
193193
cat >> $(conan config home)/global.conf <<EOT
194-
tools.info.package_id:confs+=["Ubuntu", "${UBUNTU_VERSION}"]
195194
tools.build:compiler_executables={"c": "${CC}", "cpp": "${CXX}"}
195+
tools.info.package_id:confs+=["Ubuntu", "${UBUNTU_VERSION}"]
196196
EOT
197197
EOF
198198

0 commit comments

Comments
 (0)