Set Bazel compatibility level

This commit is contained in:
ArthurSonzogni
2025-05-01 11:53:18 +02:00
parent 784f53fd7e
commit 805db9bdea
2 changed files with 1 additions and 8 deletions

View File

@@ -1,6 +1,3 @@
# Copyright 2025 Arthur Sonzogni. All rights reserved.
# Use of this source code is governed by the MIT license that can be found in
# the LICENSE file.
matrix: matrix:
platform: platform:
- centos7 - centos7

View File

@@ -1,9 +1,5 @@
# Copyright 2025 Arthur Sonzogni. All rights reserved.
# Use of this source code is governed by the MIT license that can be found in
# the LICENSE file.
# FTXUI Module. # FTXUI Module.
module(name = "ftxui", version = "6.1.8") module(name = "ftxui", version = "6.1.8", compatibility_level = 6)
# Build deps. # Build deps.
bazel_dep(name = "rules_cc", version = "0.1.1") bazel_dep(name = "rules_cc", version = "0.1.1")