Commit 08f22006 authored by illsilin's avatar illsilin
Browse files

add bash line to the script

parent 398a2c6a
...@@ -225,7 +225,7 @@ def cmake_build(Map conf=[:]){ ...@@ -225,7 +225,7 @@ def cmake_build(Map conf=[:]){
} }
echo "ccache server: ${env.CK_SCCACHE}" echo "ccache server: ${env.CK_SCCACHE}"
def pre_setup_cmd = """ def pre_setup_cmd = """#!/bin/bash
echo \$HSA_ENABLE_SDMA echo \$HSA_ENABLE_SDMA
ulimit -c unlimited ulimit -c unlimited
rm -rf build rm -rf build
......
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