Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
improvement(third-party): Update the concurrentqueue to a stable rele…
Browse files Browse the repository at this point in the history
…ase version (#462)
  • Loading branch information
Smityz authored May 15, 2020
1 parent 704e1f0 commit 4df5d06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions thirdparty/build-thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ mkdir -p $TP_OUTPUT/bin

# build concurrentqueue
if [ ! -d $TP_OUTPUT/include/concurrentqueue ]; then
cd $TP_SRC/concurrentqueue-1.0.0-beta
cd $TP_SRC/concurrentqueue-1.0.1
mkdir -p $TP_OUTPUT/include/concurrentqueue
cp -R blockingconcurrentqueue.h concurrentqueue.h internal/ $TP_OUTPUT/include/concurrentqueue
cp -R blockingconcurrentqueue.h concurrentqueue.h lightweightsemaphore.h internal/ $TP_OUTPUT/include/concurrentqueue
cd $TP_DIR
exit_if_fail "concurrentqueue" $?
else
Expand Down
6 changes: 3 additions & 3 deletions thirdparty/download-thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ fi
cd $TP_SRC

# concurrent queue
# from: https://codeload.github.com/cameron314/concurrentqueue/tar.gz/v1.0.0-beta
CONCURRENT_QUEUE_NAME=concurrentqueue-1.0.0-beta
# from: https://codeload.github.com/cameron314/concurrentqueue/tar.gz/v1.0.1
CONCURRENT_QUEUE_NAME=concurrentqueue-1.0.1
CONCURRENT_QUEUE_PKG=${CONCURRENT_QUEUE_NAME}.tar.gz
check_and_download "${CONCURRENT_QUEUE_PKG}"\
"${OSS_URL_PREFIX}/${CONCURRENT_QUEUE_PKG}"\
"761446e2392942aa342f437697ddb72e"\
"80016b584fddffd67073349efd7b8958"\
"${CONCURRENT_QUEUE_NAME}"
exit_if_fail $?

Expand Down

0 comments on commit 4df5d06

Please sign in to comment.