Skip to content

Commit 683e95f

Browse files
author
Eugene Burmako
committed
Add Quote to update-checkout-config.json
Recently, we've given up on #26708 which was trying to include Quote in the apple/swift:tensorflow build. However, we still need a little bit of that PR in order to keep track of which version of Quote the quoting logic in the compiler depends on. It is somewhat awkward to clone Quote during the build and then not use it afterwards, but that's the best that our current infrastructure allows us.
1 parent 483d399 commit 683e95f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
"remote": { "id": "tensorflow/tensorflow" } },
3939
"tensorflow-swift-apis": {
4040
"remote": { "id": "tensorflow/swift-apis" } },
41+
"tensorflow-swift-quote": {
42+
"remote": { "id": "tensorflow/swift" } },
4143
"icu": {
4244
"remote": { "id": "unicode-org/icu" },
4345
"platforms": [ "Linux" ]
@@ -486,6 +488,7 @@
486488
"libcxx": "swift-DEVELOPMENT-SNAPSHOT-2019-08-12-a",
487489
"tensorflow": "7c7d924821a8b1b20433c2f3f484bbd409873a84",
488490
"tensorflow-swift-apis": "74a9bd2f7332a117bb159653bec865a00e9d3745",
491+
"tensorflow-swift-quote": "03a61b10adfff4d08c23ed487b0a0a786932a07d",
489492
"indexstore-db": "swift-DEVELOPMENT-SNAPSHOT-2019-08-12-a",
490493
"sourcekit-lsp": "swift-DEVELOPMENT-SNAPSHOT-2019-08-12-a"
491494
}

0 commit comments

Comments
 (0)