Skip to content

Commit 4c4b7fd

Browse files
ivanmurashkofacebook-github-bot
authored andcommitted
MSDK build for swift_glass_client
Summary: There are scripts that are used to build dotslash file for Swift Glass Client Reviewed By: Wilfred Differential Revision: D78973636 fbshipit-source-id: fb620b2b1727849a0b3ee91efdfcf3c83596e72c
1 parent 1868d08 commit 4c4b7fd

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#!/usr/bin/env fbpython
2+
# Copyright (c) Meta Platforms, Inc. and affiliates.
3+
# All rights reserved.
4+
#
5+
# This source code is licensed under the BSD-style license found in the
6+
# LICENSE file in the root directory of this source tree.
7+
8+
# https://www.internalfb.com/intern/msdk/bump/swift_glass_client
9+
10+
import dotslash
11+
12+
dotslash.export_fbcode_build(
13+
target="fbcode//glean/client/swift:swift_glass_client",
14+
install_platforms={
15+
dotslash.InstallPlatform.LINUX_X86_64,
16+
dotslash.InstallPlatform.LINUX_AARCH64,
17+
dotslash.InstallPlatform.MAC,
18+
},
19+
oncall="swift_lsp",
20+
)

0 commit comments

Comments
 (0)