8000 Update on "move fbcode ATEN_CORE_H to shared build structure" · pytorch/pytorch@bf0d2a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf0d2a4

Browse files
author
Michael Andreas Dagitses
committed
Update on "move fbcode ATEN_CORE_H to shared build structure"
We're about to start using this in Bazel. Differential Revision: [D36521516](https://our.internmc.facebook.com/intern/diff/D36521516/) **NOTE FOR REVIEWERS**: This PR has internal Facebook specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D36521516/)! [ghstack-poisoned]
2 parents b9679cf + b653212 commit bf0d2a4

File tree

146 files changed

+2441
-1345
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+2441
-1345
lines changed

.circleci/scripts/binary_ios_upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fi
3333
cp ${PROJ_ROOT}/LICENSE ${ZIP_DIR}/
3434
# zip the library
3535
export DATE="$(date -u +%Y%m%d)"
36-
export IOS_NIGHTLY_BUILD_VERSION="1.12.0.${DATE}"
36+
export IOS_NIGHTLY_BUILD_VERSION="1.13.0.${DATE}"
3737
if [ "${BUILD_LITE_INTERPRETER}" == "1" ]; then
3838
# libtorch_lite_ios_nightly_1.11.0.20210810.zip
3939
ZIPFILE="libtorch_lite_ios_nightly_${IOS_NIGHTLY_BUILD_VERSION}.zip"

.circleci/scripts/binary_populate_env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ PIP_UPLOAD_FOLDER='nightly/'
9797
# We put this here so that OVERRIDE_PACKAGE_VERSION below can read from it
9898
export DATE="$(date -u +%Y%m%d)"
9999
#TODO: We should be pulling semver version from the base version.txt
100-
BASE_BUILD_VERSION="1.12.0.dev$DATE"
100+
BASE_BUILD_VERSION="1.13.0.dev$DATE"
101101
# Change BASE_BUILD_VERSION to git tag when on a git tag
102102
# Use 'git -C' to make doubly sure we're in the correct directory for checking
103103
# the git tag
@@ -164,7 +164,7 @@ else
164164
fi
165165
166166
export DATE="$DATE"
167-
export NIGHTLIES_DATE_PREAMBLE=1.12.0.dev
167+
export NIGHTLIES_DATE_PREAMBLE=1.13.0.dev
168168
export PYTORCH_BUILD_VERSION="$PYTORCH_BUILD_VERSION"
169169
export PYTORCH_BUILD_NUMBER="$PYTORCH_BUILD_NUMBER"
170170
export OVERRIDE_PACKAGE_VERSION="$PYTORCH_BUILD_VERSION"

.github/scripts/gql_mocks.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0