diff --git a/.bazelrc b/.bazelrc index 623b879c..ab22ab1f 100644 --- a/.bazelrc +++ b/.bazelrc @@ -679,8 +679,8 @@ build:nix --build_tag_filters=-windows,-macos build:nix --test_tag_filters=-windows,-macos # Non-Nix local toolchains. Nix-Haskell doesn't work with local toolchains. -build:local --build_tag_filters=-no-cross,-windows,-macos -build:local --test_tag_filters=-no-cross,-windows,-macos +build:local --build_tag_filters=-no-cross,-windows,-macos,-ui +build:local --test_tag_filters=-no-cross,-windows,-macos,-ui build:zig-cross --copt=-fPIC build:zig-cross --dynamic_mode=off diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d2206c2..a3bfa901 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,8 +82,11 @@ jobs: docker build -t toxchat/toktok-stack:latest-dev -f tools/built/src/Dockerfile.dev . local-build: - runs-on: ubuntu-22.04 - if: false + runs-on: ubuntu-24.04 + # if: false + env: + CC: clang + CXX: clang++ steps: - uses: actions/checkout@v4 with: @@ -104,7 +107,7 @@ jobs: run: | . /home/runner/.nix-profile/etc/profile.d/nix.sh nix-shell -p patchelf --run "patchelf --version" - bazel build --config=local //... + bazel test --config=local --config=remote -- //... -//jvm-toxcore-c/... -//third_party/... mypy: runs-on: ubuntu-22.04 diff --git a/c-toxcore b/c-toxcore index 0f12f384..e9bf524d 160000 --- a/c-toxcore +++ b/c-toxcore @@ -1 +1 @@ -Subproject commit 0f12f384c8cf62310b9cff6c31e94af7126b7478 +Subproject commit e9bf524d9e18e69288a7d7980bc6f67d7976d4de diff --git a/dockerfiles b/dockerfiles index 8ba1545d..bfe70883 160000 --- a/dockerfiles +++ b/dockerfiles @@ -1 +1 @@ -Subproject commit 8ba1545dd82584b67dd32f79dfcc2a5ef3f345ec +Subproject commit bfe708833b50ae749bcf62ed29de705de53941d6 diff --git a/qtox b/qtox index 823fde42..d12bfc1d 160000 --- a/qtox +++ b/qtox @@ -1 +1 @@ -Subproject commit 823fde429a7a014868f532c2877cf80388af67e9 +Subproject commit d12bfc1d13e5620f672a04ca41f39668e361f117