Skip to content

Commit

Permalink
build against hpx master
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Dec 3, 2019
1 parent 241d80f commit 524bd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/buildbot_hpx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ config_step()
mkdir -p ${dirname}
cd ${dirname}
rm -rf /dev/shm/`whoami`/hpx
git clone --branch stable --depth 1 https://github.com/STEllAR-GROUP/hpx.git /dev/shm/`whoami`/hpx
git clone --branch master --depth 1 https://github.com/STEllAR-GROUP/hpx.git /dev/shm/`whoami`/hpx
mkdir build
cd build
cmake_cmd="cmake \
Expand Down

0 comments on commit 524bd68

Please sign in to comment.