Skip to content

Commit 0ce67c0

Browse files
committed
Update toktok-stack image; fix buildifier warnings.
1 parent 4abf2db commit 0ce67c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
cirrus-ci_task:
33
container:
4-
image: toxchat/toktok-stack:0.0.12
4+
image: toxchat/toktok-stack:0.0.19
55
cpu: 2
66
memory: 6G
77
configure_script:

BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_proto_library")
2-
load("@rules_java//java:defs.bzl", "java_test")
31
load("@io_bazel_rules_scala//scala:scala.bzl", "scala_binary", "scala_library", "scala_test")
42
load("@io_bazel_rules_scala//scala_proto:scala_proto.bzl", "scalapb_proto_library")
3+
load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_proto_library")
4+
load("@rules_java//java:defs.bzl", "java_test")
55
load("@rules_proto//proto:defs.bzl", "proto_library")
66
load("//tools/project:build_defs.bzl", "project")
77

0 commit comments

Comments
 (0)