mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 21:31:15 +02:00
Switch to cpu_features
to bazelmod (#365)
This commit is contained in:

committed by
GitHub

parent
c6a22fc617
commit
7a8174a371
@ -62,6 +62,9 @@ fi
|
||||
echo -e "${ACTION}Modifying CMakeLists.txt${NOCOLOR}"
|
||||
sed -i "s/CpuFeatures VERSION ${LATEST_VERSION}/CpuFeatures VERSION ${VERSION}/g" CMakeLists.txt
|
||||
|
||||
echo -e "${ACTION}Modifying MODULE.bazel${NOCOLOR}"
|
||||
sed -i "s/CPU_FEATURES_VERSION = \"${LATEST_VERSION}\"/CPU_FEATURES_VERSION = \"${VERSION}\"/g" MODULE.bazel
|
||||
|
||||
echo -e "${ACTION}Commit new revision${NOCOLOR}"
|
||||
git add CMakeLists.txt
|
||||
git commit -m"Release ${GIT_TAG}"
|
||||
|
Reference in New Issue
Block a user