We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0785bb commit 779440eCopy full SHA for 779440e
scripts/gen_coverage.py
@@ -155,8 +155,6 @@ def main():
155
args = parse_args()
156
setup_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
157
158
- env = os.environ.copy()
159
-
160
c_compiler, cxx_compiler = resolve_compilers(
161
args.oneapi,
162
args.c_compiler,
@@ -178,6 +176,8 @@ def main():
178
176
)
179
177
cmake_args.append("-DDPNP_GENERATE_COVERAGE=ON")
180
+ env = os.environ.copy()
+
181
if args.bin_llvm:
182
bin_llvm = args.bin_llvm
183
else:
0 commit comments