File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
18
18
# By default, disable the cache for the tests.
19
19
# Test for the cache must explicitly enable this variable.
20
- config .environment ['AMD_COMGR_CACHE_DIR ' ] = ""
20
+ config .environment ['AMD_COMGR_CACHE ' ] = "0 "
Original file line number Diff line number Diff line change @@ -195,10 +195,10 @@ endif()
195
195
# include the .lib/.dll directory.
196
196
if (UNIX )
197
197
set_tests_properties (${test_name}
198
- PROPERTIES ENVIRONMENT "AMD_COMGR_CACHE_DIR= ;" )
198
+ PROPERTIES ENVIRONMENT "AMD_COMGR_CACHE=0 ;" )
199
199
else ()
200
200
set_tests_properties (${test_name}
201
- PROPERTIES ENVIRONMENT "PATH=$<TARGET_LINKER_FILE_DIR:amd_comgr>;AMD_COMGR_CACHE_DIR= ;" )
201
+ PROPERTIES ENVIRONMENT "PATH=$<TARGET_LINKER_FILE_DIR:amd_comgr>;AMD_COMGR_CACHE=0 ;" )
202
202
endif ()
203
203
endmacro ()
204
204
You can’t perform that action at this time.
0 commit comments