Skip to content

Commit

Permalink
Remove bazel build example again
Browse files Browse the repository at this point in the history
We'll keep the patches that help with it, of course, but downstream that we were supporting Bazel for dropped its use.
  • Loading branch information
tronical committed Jan 22, 2025
1 parent d3cec1f commit eb69549
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 474 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/bazel_example.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/nightly_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,3 @@ jobs:
- name: Check
run: cargo check --target=x86_64-unknown-uefi -p uefi-demo

bazel:
uses: ./.github/workflows/bazel_example.yaml

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ All notable changes to this project are documented in this file.

### General

- Improved support for building Slint with Bazel; added an example in `examples/bazel_build`.
- Improved support for building Slint with Bazel.
- Expose `PopupWindow` in the accessibility tree.
- Fixed support for older android versions (Android 6).
- Fixed `Flickable` not scrolling when starting slow (#7152).
Expand Down
10 changes: 0 additions & 10 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -231,13 +231,3 @@ path = [
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright © Felgo GmbH <[email protected]>"
SPDX-License-Identifier = "CC-BY-ND-4.0"

[[annotations]]
path = [
"examples/bazel_build/.bazelignore",
"examples/bazel_build/.bazelversion",
"examples/bazel_build/MODULE.bazel.lock",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright © 2024 OTIV B.V."
SPDX-License-Identifier = "MIT"
5 changes: 0 additions & 5 deletions examples/bazel_build/.bazelignore

This file was deleted.

138 changes: 0 additions & 138 deletions examples/bazel_build/.bazelrc

This file was deleted.

1 change: 0 additions & 1 deletion examples/bazel_build/.bazelversion

This file was deleted.

4 changes: 0 additions & 4 deletions examples/bazel_build/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions examples/bazel_build/BUILD.bazel

This file was deleted.

70 changes: 0 additions & 70 deletions examples/bazel_build/MODULE.bazel

This file was deleted.

22 changes: 0 additions & 22 deletions examples/bazel_build/README.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit eb69549

Please sign in to comment.