Sync develop and master branch - #369
Open
sdassow wants to merge 18 commits into
Open
Conversation
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Use correct parameter names
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/BurntSushi/toml/releases) - [Commits](BurntSushi/toml@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/BurntSushi/toml dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Seen first in the calculator CI pipeline: /usr/local/go/pkg/tool/linux_arm64/link: running zig failed: exit status 1 /usr/local/zig/zig cc -target aarch64-linux-gnu -isystem /usr/include -L/usr/lib/aarch64-linux-gnu ... ld.lld: error: undefined reference: __isoc23_strtoul@GLIBC_2.38 >>> referenced by /usr/lib/aarch64-linux-gnu/libxkbcommon.so (disallowed by --no-allow-shlib-undefined) ld.lld: error: undefined reference: stat64@GLIBC_2.33 >>> referenced by /usr/lib/aarch64-linux-gnu/libxkbcommon.so (disallowed by --no-allow-shlib-undefined) ld.lld: error: undefined reference: __isoc23_strtol@GLIBC_2.38 >>> referenced by /usr/lib/aarch64-linux-gnu/libxkbcommon.so (disallowed by --no-allow-shlib-undefined) ld.lld: error: undefined reference: fstat64@GLIBC_2.33 >>> referenced by /usr/lib/aarch64-linux-gnu/libxkbcommon.so (disallowed by --no-allow-shlib-undefined) error building application: exit status 1
andydotxyz
approved these changes
Aug 1, 2026
Member
|
Once this is landed I can set default branch to develop :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
This is a merge commit to bring the master and develop in sync again since they accidentally started to diverge.
Checklist: