about summary refs log tree commit diff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/tvix/buildkite.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/views/tvix/buildkite.yml b/views/tvix/buildkite.yml
deleted file mode 100644
index 4001ba9b9c..0000000000
--- a/views/tvix/buildkite.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-# Build pipeline for the filtered //views/tvix workspace of depot. This
-# pipeline is triggered by each build of canon.
-#
-# Pipeline status is visible on https://buildkite.com/tvl/tvix
-
-steps:
-  - label: ":crab: cargo build"
-    command: |
-      nix-shell --run "cargo build && cargo test"