Commit b7b3d82c authored by Paul's avatar Paul
Browse files

Pull correct add-rocm script

parent e14ae85a
...@@ -7,7 +7,7 @@ RUN dpkg --add-architecture i386 ...@@ -7,7 +7,7 @@ RUN dpkg --add-architecture i386
# Add rocm repository # Add rocm repository
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y curl apt-utils wget RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y curl apt-utils wget
RUN curl https://raw.githubusercontent.com/RadeonOpenCompute/ROCm-docker/develop/add-rocm.sh | bash RUN curl https://raw.githubusercontent.com/RadeonOpenCompute/ROCm-docker/master/add-rocm.sh | bash
# Install dependencies # Install dependencies
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated \ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated \
......
...@@ -36,9 +36,7 @@ function(add_test_command NAME EXE) ...@@ -36,9 +36,7 @@ function(add_test_command NAME EXE)
--batch --batch
--return-child-result --return-child-result
-ex "set disable-randomization off" -ex "set disable-randomization off"
-ex "catch throw"
-ex run -ex run
-ex "print $_exception"
-ex backtrace -ex backtrace
--args $<TARGET_FILE:${EXE}> ${ARGN}) --args $<TARGET_FILE:${EXE}> ${ARGN})
else() else()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment