Skip to content

Commit c0bea90

Browse files
committed
#2302: Add missing papi variable in docker compose
1 parent c7100f7 commit c0bea90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ x-vtopts: &vtopts
104104
VT_CODE_COVERAGE: ${VT_CODE_COVERAGE:-0}
105105
VT_KOKKOS_ENABLED: ${VT_KOKKOS_ENABLED:-0}
106106
VT_PERF_ENABLED: ${VT_PERF_ENABLED:-0}
107+
VT_PAPI_ENABLED: ${VT_PAPI_ENABLED:-0}
107108
https_proxy: ${PROXY-}
108109
http_proxy: ${PROXY-}
109110
LSAN_OPTIONS: ${LSAN_OPTIONS-}

0 commit comments

Comments
 (0)