"src/include/rtg/argument.hpp" did not exist on "94f17f0adc0a5e1481804b80dc4f06c73751796f"
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
# Add rocm repository
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
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated \
......
......@@ -36,9 +36,7 @@ function(add_test_command NAME EXE)
--batch
--return-child-result
-ex "set disable-randomization off"
-ex "catch throw"
-ex run
-ex "print $_exception"
-ex backtrace
--args $<TARGET_FILE:${EXE}> ${ARGN})
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