Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from google:master #1

Open
wants to merge 208 commits into
base: master
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 8, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

malaterre and others added 10 commits May 30, 2024 13:57
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.8.1 to 2.10.1.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@17d0e2b...91182cc)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Currently its only compilable for RV64 when RVV is
enabled, this will extend it to build for RV32 with
RVV as well
PiperOrigin-RevId: 683208000
@pull pull bot added the ⤵️ pull label Oct 8, 2024
jan-wassenberg and others added 19 commits October 8, 2024 07:58
PiperOrigin-RevId: 683623419
PiperOrigin-RevId: 683646391
PiperOrigin-RevId: 683689530
Profiler: handle wraparound for very long zones (debug-only)
aligned_allocator.h: fix constexpr naming
aligned_allocator.cc: format
PiperOrigin-RevId: 684409187
PiperOrigin-RevId: 684445968
Also add HWY_TEST_MAIN for msvc and "// HWY_ONCE",
Fix missing includes,
fix unused-function in targets_test,
workaround SVE2 bug via non-const Iota + require recent Clang.
workaround MSVC timeout by splitting two tests

PiperOrigin-RevId: 686156435
PiperOrigin-RevId: 687297168
Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 2.7.2 to 2.8.1.
- [Release notes](https://github.com/uraimo/run-on-arch-action/releases)
- [Commits](uraimo/run-on-arch-action@v2.7.2...v2.8.1)

---
updated-dependencies:
- dependency-name: uraimo/run-on-arch-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…/run-on-arch-action-2.8.1

PiperOrigin-RevId: 688162657
…ecurity/harden-runner-2.10.1

PiperOrigin-RevId: 688163641
Caught unused code in cast_test, and an uninvoked test in crypto_test

PiperOrigin-RevId: 689832901
copybara-github and others added 30 commits February 6, 2025 10:24
PiperOrigin-RevId: 725109647
PiperOrigin-RevId: 726030037
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.10.4 to 2.11.0.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@cb605e5...4d991eb)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…ecurity/harden-runner-2.11.0

PiperOrigin-RevId: 727904376
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@1bd1e32...0c907a7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
PiperOrigin-RevId: 728965905
PiperOrigin-RevId: 728991125
…s/cache-4.2.1

PiperOrigin-RevId: 730352695
Previously, this was done with syscall(__NR_sched_getaffinity, ...) which
doesn't get the return value right.  (I saw 8 (num cpus) instead of 0.)
It's not clear whether the syscall will work correctly for old Android
versions, but we'll try to support these old versions.

sched_getaffinity/sched_setaffinity were introduced in API level 12 (Honeycomb
MR1), released in 2011.  https://apilevels.com/

NDK r15c raised the minimum API target level to 14 in 2017.
https://github.com/android/ndk/wiki/Changelog-r15

PiperOrigin-RevId: 730405393
PiperOrigin-RevId: 730900606
PiperOrigin-RevId: 731243882
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.