Skip to content

Commit

Permalink
removed test_binding_plugin from gn build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
afinch7 committed May 28, 2019
1 parent 2a99d2f commit 2ac9f3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 62 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ script:
- ./tools/lint.py
- ./tools/test_format.py
- ./tools/build.py -C target/release
- cargo build -p test_binding_plugin --release --locked
- DENO_BUILD_MODE=release ./tools/test.py

jobs:
Expand Down
20 changes: 1 addition & 19 deletions deno.gni
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,4 @@ template("snapshot") {
# To debug snapshotting problems:
# args += ["--trace-serializer"]
}
}

template("cargo_build") {
action(target_name) {
forward_variables_from(invoker, "*")
script = "//build_extra/rust/run.py"

args = [
"cargo",
"build",
"-p",
"$package_name",
]

if (!is_debug) {
args += [ "--release" ]
}
}
}
}
43 changes: 0 additions & 43 deletions test_binding_plugin/BUILD.gn

This file was deleted.

0 comments on commit 2ac9f3d

Please sign in to comment.