File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 131131# Explicitly set the compiler flags and the distribution name and version.
132132RUN <<EOF
133133cat >> $(conan config home)/global.conf <<EOT
134- tools.info.package_id:confs+=["Debian" , "${DEBIAN_VERSION}" ]
135134tools.build:compiler_executables={"c" : "${CC}" , "cpp" : "${CXX}" }
135+ tools.info.package_id:confs+=["Debian" , "${DEBIAN_VERSION}" ]
136136EOT
137137EOF
138138
212212# Explicitly set the compiler flags and the distribution name and version.
213213RUN <<EOF
214214cat >> $(conan config home)/global.conf <<EOT
215- tools.info.package_id:confs+=["Debian" , "${DEBIAN_VERSION}" ]
216215tools.build:compiler_executables={"c" : "${CC}" , "cpp" : "${CXX}" }
216+ tools.info.package_id:confs+=["Debian" , "${DEBIAN_VERSION}" ]
217217EOT
218218EOF
219219
Original file line number Diff line number Diff line change 9797# Explicitly set the compiler flags and the distribution name and version.
9898RUN <<EOF
9999cat >> $(conan config home)/global.conf <<EOT
100- tools.info.package_id:confs+=["RHEL" , "${RHEL_VERSION}" ]
101100tools.build:compiler_executables={"c" : "${CC}" , "cpp" : "${CXX}" }
101+ tools.info.package_id:confs+=["RHEL" , "${RHEL_VERSION}" ]
102102EOT
103103EOF
104104
161161# Explicitly set the compiler flags and the distribution name and version.
162162RUN <<EOF
163163cat >> $(conan config home)/global.conf <<EOT
164- tools.info.package_id:confs+=["RHEL" , "${RHEL_VERSION}" ]
165164tools.build:compiler_executables={"c" : "${CC}" , "cpp" : "${CXX}" }
165+ tools.info.package_id:confs+=["RHEL" , "${RHEL_VERSION}" ]
166166EOT
167167EOF
168168
Original file line number Diff line number Diff line change 115115# Explicitly set the compiler flags and the distribution name and version.
116116RUN <<EOF
117117cat >> $(conan config home)/global.conf <<EOT
118- tools.info.package_id:confs+=["Ubuntu" , "${UBUNTU_VERSION}" ]
119118tools.build:compiler_executables={"c" : "${CC}" , "cpp" : "${CXX}" }
119+ tools.info.package_id:confs+=["Ubuntu" , "${UBUNTU_VERSION}" ]
120120EOT
121121EOF
122122
191191# Explicitly set the compiler flags and the distribution name and version.
192192RUN <<EOF
193193cat >> $(conan config home)/global.conf <<EOT
194- tools.info.package_id:confs+=["Ubuntu" , "${UBUNTU_VERSION}" ]
195194tools.build:compiler_executables={"c" : "${CC}" , "cpp" : "${CXX}" }
195+ tools.info.package_id:confs+=["Ubuntu" , "${UBUNTU_VERSION}" ]
196196EOT
197197EOF
198198
You can’t perform that action at this time.
0 commit comments