mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-24 06:28:12 +08:00
Update bazel workflow.
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -55,10 +55,6 @@ jobs:
|
|||||||
- name: Clean Bazel cache 1
|
- name: Clean Bazel cache 1
|
||||||
run: bazel clean --expunge
|
run: bazel clean --expunge
|
||||||
|
|
||||||
# Need on macos. See https://github.com/bazelbuild/bazel/issues/21718
|
|
||||||
- name: Clean Bazel cache 2
|
|
||||||
run: bazel fetch --configure --force
|
|
||||||
|
|
||||||
- name: "Build with Bazel"
|
- name: "Build with Bazel"
|
||||||
run: bazel build ...
|
run: bazel build ...
|
||||||
|
|
||||||
|
@@ -2,9 +2,8 @@
|
|||||||
module(name = "ftxui", version = "6.0.3")
|
module(name = "ftxui", version = "6.0.3")
|
||||||
|
|
||||||
# Build deps.
|
# Build deps.
|
||||||
bazel_dep(name = "rules_cc", version = "0.0.17")
|
bazel_dep(name = "rules_cc", version = "0.1.1")
|
||||||
bazel_dep(name = "platforms", version = "0.0.10")
|
bazel_dep(name = "platforms", version = "0.0.11")
|
||||||
bazel_dep(name = "bazel_skylib", version = "1.7.1")
|
|
||||||
|
|
||||||
# Test deps.
|
# Test deps.
|
||||||
bazel_dep(name = "googletest", version = "1.15.2")
|
bazel_dep(name = "googletest", version = "1.16.0.bcr.1")
|
||||||
|
Reference in New Issue
Block a user