mirror of
https://github.com/facebookexperimental/reverie.git
synced 2024-11-28 01:06:45 +00:00
Remove unused dotslash files
Reviewed By: VladimirMakaev Differential Revision: D41821643 fbshipit-source-id: 36dbd6c26c6986e8acb771b5825a1e09c2255340
This commit is contained in:
parent
bcce15d17d
commit
5590fdacb2
2 changed files with 0 additions and 59 deletions
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env dotslash
|
||||
// @generated SignedSource<<ac6267e8e50955942a1b56c36f9cb0fa>>
|
||||
// PackageFBID:6061728443859438
|
||||
// CommitHash:b28575c96c38cb29d8f516b756619ad1061d8a5e
|
||||
{"name":"traceviz","oncall":"oncall+hermit@xmail.facebook.com","signatures":{"msdk":"<<crypto.managed_sdk.mac:AeXgEdb7hy97owspW_c5yPTKAK_vvjU79pvePTYssLgEuheV>>"},"platforms":{"linux":{"scheme":"everstore","handle":"GICWmAB3aZF97NwCADQGms2YdUgMblMqAAAA","extract":{"path":"./traceviz","decompress":"tar.gz"}}}}
|
|
@ -1,54 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the BSD-style license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
|
||||
import dotslash
|
||||
|
||||
artifacts = dotslash.DotSlashMultiFileArtifact(
|
||||
executable="./traceviz",
|
||||
host=dotslash.SandcastleHost.FBCODE_LINUX,
|
||||
entries={
|
||||
"traceviz": dotslash.BuckBuild(
|
||||
cwd="fbcode",
|
||||
target="//hermetic_infra/reverie/experimental/traceviz:main",
|
||||
flags=["@//mode/opt"],
|
||||
strip=False,
|
||||
buck_cmd=dotslash.BuckCommand.BUCK2,
|
||||
),
|
||||
"traceviz_plugin.so": dotslash.BuckBuild(
|
||||
cwd="fbcode",
|
||||
target="//hermetic_infra/reverie/experimental/traceviz:traceviz-tool[shared]",
|
||||
flags=["@//mode/opt"],
|
||||
strip=False,
|
||||
buck_cmd=dotslash.BuckCommand.BUCK2,
|
||||
),
|
||||
"sabre": dotslash.BuckBuild(
|
||||
cwd="fbcode",
|
||||
target="fbsource//third-party/sabre:sabre",
|
||||
flags=["@//mode/opt"],
|
||||
strip=False,
|
||||
buck_cmd=dotslash.BuckCommand.BUCK2,
|
||||
),
|
||||
},
|
||||
)
|
||||
|
||||
spec = dotslash.Spec(
|
||||
dotslash_files=[
|
||||
dotslash.DotSlashFile(
|
||||
destination_files=[],
|
||||
oncall="hermit",
|
||||
platforms={
|
||||
dotslash.InstallPlatform.LINUX: artifacts,
|
||||
},
|
||||
)
|
||||
],
|
||||
minify=True,
|
||||
reviewers=[],
|
||||
needs_human_approval=False,
|
||||
storage=dotslash.Storage.EVERSTORE,
|
||||
)
|
||||
|
||||
dotslash.export_spec_object(spec)
|
Loading…
Reference in a new issue