Skip to content

Commit

Permalink
Enable Skylark parser.
Browse files Browse the repository at this point in the history
Summary:
Switch from Python DSL to Skylark parser for improved
performance and determinism.

Reviewed By: adamjernst

Differential Revision: D7627719

fbshipit-source-id: 761f60de0396d07bd5f4aa60fe7fff099be47cd2
  • Loading branch information
ttsugriy authored and facebook-github-bot committed Apr 15, 2018
1 parent b315d36 commit 551dc63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/dexmaker/BUCK
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# BUILD FILE SYNTAX: SKYLARK
# Copyright 2014-present Facebook, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
1 change: 1 addition & 0 deletions lib/junit/BUCK
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# BUILD FILE SYNTAX: SKYLARK
# Copyright 2014-present Facebook, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
1 change: 1 addition & 0 deletions plugin/src/py/BUCK
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# BUILD FILE SYNTAX: SKYLARK
python_library(
name = "screenshot_tests",
srcs = glob(["**/*.py"]),
Expand Down

0 comments on commit 551dc63

Please sign in to comment.