File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
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+=["RHEL " , "${RHEL_VERSION }" ]
134+ tools.info.package_id:confs+=["Debian " , "${DEBIAN_VERSION }" ]
135135tools.build:compiler_executables={"c" : "${CC}" , "cpp" : "${CXX}" }
136136EOT
137137EOF
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+=["RHEL " , "${RHEL_VERSION }" ]
215+ tools.info.package_id:confs+=["Debian " , "${DEBIAN_VERSION }" ]
216216tools.build:compiler_executables={"c" : "${CC}" , "cpp" : "${CXX}" }
217217EOT
218218EOF
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+=["RHEL " , "${RHEL_VERSION }" ]
118+ tools.info.package_id:confs+=["Ubuntu " , "${UBUNTU_VERSION }" ]
119119tools.build:compiler_executables={"c" : "${CC}" , "cpp" : "${CXX}" }
120120EOT
121121EOF
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+=["RHEL " , "${RHEL_VERSION }" ]
194+ tools.info.package_id:confs+=["Ubuntu " , "${UBUNTU_VERSION }" ]
195195tools.build:compiler_executables={"c" : "${CC}" , "cpp" : "${CXX}" }
196196EOT
197197EOF
You can’t perform that action at this time.
0 commit comments