Skip to content

Commit 72f752b

Browse files
authored
Merge branch 'main' into aibaars/rust-crate-sources
2 parents 830d4c5 + 294fd0a commit 72f752b

File tree

1,558 files changed

+77604
-19901
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,558 files changed

+77604
-19901
lines changed

.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ common --enable_platform_specific_config
22
# because we use --override_module with `%workspace%`, the lock file is not stable
33
common --lockfile_mode=off
44

5+
# Build release binaries by default, can be overwritten to in local.bazelrc and set to `fastbuild` or `dbg`
6+
build --compilation_mode opt
7+
58
# when building from this repository in isolation, the internal repository will not be found at ..
69
# where `MODULE.bazel` looks for it. The following will get us past the module loading phase, so
710
# that we can build things that do not rely on that

.devcontainer/swift/Dockerfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

.devcontainer/swift/devcontainer.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

.devcontainer/swift/root.sh

Lines changed: 0 additions & 34 deletions
This file was deleted.

.devcontainer/swift/update-codeql.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

.devcontainer/swift/user.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/swift.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v4
5050
- uses: ./swift/actions/build-and-test
51-
build-and-test-linux:
52-
if: github.repository_owner == 'github'
53-
runs-on: ubuntu-22.04
54-
steps:
55-
- uses: actions/checkout@v4
56-
- uses: ./swift/actions/build-and-test
5751
qltests-macos:
5852
if: ${{ github.repository_owner == 'github' && github.event_name == 'pull_request' }}
5953
needs: build-and-test-macos

Cargo.lock

Lines changed: 53 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MODULE.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ use_repo(
125125
"vendor__serde_with-3.12.0",
126126
"vendor__stderrlog-0.6.0",
127127
"vendor__syn-2.0.96",
128+
"vendor__toml-0.8.19",
128129
"vendor__tracing-0.1.41",
129130
"vendor__tracing-subscriber-0.3.19",
130131
"vendor__tree-sitter-0.24.6",
@@ -217,6 +218,7 @@ use_repo(
217218
"kotlin-compiler-2.0.0-RC1",
218219
"kotlin-compiler-2.0.20-Beta2",
219220
"kotlin-compiler-2.1.0-Beta1",
221+
"kotlin-compiler-2.1.20-Beta1",
220222
"kotlin-compiler-embeddable-1.5.0",
221223
"kotlin-compiler-embeddable-1.5.10",
222224
"kotlin-compiler-embeddable-1.5.20",
@@ -231,6 +233,7 @@ use_repo(
231233
"kotlin-compiler-embeddable-2.0.0-RC1",
232234
"kotlin-compiler-embeddable-2.0.20-Beta2",
233235
"kotlin-compiler-embeddable-2.1.0-Beta1",
236+
"kotlin-compiler-embeddable-2.1.20-Beta1",
234237
"kotlin-stdlib-1.5.0",
235238
"kotlin-stdlib-1.5.10",
236239
"kotlin-stdlib-1.5.20",
@@ -245,6 +248,7 @@ use_repo(
245248
"kotlin-stdlib-2.0.0-RC1",
246249
"kotlin-stdlib-2.0.20-Beta2",
247250
"kotlin-stdlib-2.1.0-Beta1",
251+
"kotlin-stdlib-2.1.20-Beta1",
248252
)
249253

250254
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")

0 commit comments

Comments
 (0)