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

update submodules #1066

Merged
merged 1 commit into from
Apr 30, 2024
Merged

update submodules #1066

merged 1 commit into from
Apr 30, 2024

Conversation

nalajcie
Copy link
Member

  • libphoenix 72389ef...81b5a09 (1):

    Update pull request template (add "chore" type)

  • phoenix-rtos-build 2aa1919...072b859 (4):

    toolchain: fix arm crtstuff .data in PIC mode
    toolchain: skip checking if build env is sane
    makes: make build env sanity checks optional
    Update pull request template (add "chore" type)

  • phoenix-rtos-corelibs a38e329...a786f82 (1):

    Update pull request template (add "chore" type)

  • phoenix-rtos-devices 3b4a2ab...dc335de (1):

    Update pull request template (add "chore" type)

  • phoenix-rtos-filesystems 2857a0f...21ce3bf (1):

    Update pull request template (add "chore" type)

  • phoenix-rtos-hostutils ca7476f...663aa4a (1):

    Update pull request template (add "chore" type)

  • phoenix-rtos-kernel f7a3bf0...f29031f (2):

    armv8m: Fix build
    Update pull request template (add "chore" type)

  • phoenix-rtos-lwip c52c569...6d2ecee (1):

    Update pull request template (add "chore" type)

  • phoenix-rtos-ports 46f7c3d...8f30667 (1):

    Update pull request template (add "chore" type)

  • phoenix-rtos-posixsrv a89ca38...afc5f7e (1):

    Update pull request template (add "chore" type)

  • phoenix-rtos-tests d6bcaf7...58f82df (3):

    trunner: wait for possible psh interruption
    trunner: requirements: install RPi.GPIO only on ARM targets
    Update pull request template (add "chore" type)

  • phoenix-rtos-usb 1919ae8...462b287 (1):

    Update pull request template (add "chore" type)

  • phoenix-rtos-utils ec2439d...75d13b6 (1):

    Update pull request template (add "chore" type)

  • plo f708624...9f922a2 (1):

    Update pull request template (add "chore" type)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (refactoring, style fixes, git/CI config, submodule management, no code logic changes)

* libphoenix 72389ef...81b5a09 (1):
  > Update pull request template (add "chore" type)

* phoenix-rtos-build 2aa1919...072b859 (4):
  > toolchain: fix arm crtstuff .data in PIC mode
  > toolchain: skip checking if build env is sane
  > makes: make build env sanity checks optional
  > Update pull request template (add "chore" type)

* phoenix-rtos-corelibs a38e329...a786f82 (1):
  > Update pull request template (add "chore" type)

* phoenix-rtos-devices 3b4a2ab...dc335de (1):
  > Update pull request template (add "chore" type)

* phoenix-rtos-filesystems 2857a0f...21ce3bf (1):
  > Update pull request template (add "chore" type)

* phoenix-rtos-hostutils ca7476f...663aa4a (1):
  > Update pull request template (add "chore" type)

* phoenix-rtos-kernel f7a3bf0...f29031f (2):
  > armv8m: Fix build
  > Update pull request template (add "chore" type)

* phoenix-rtos-lwip c52c569...6d2ecee (1):
  > Update pull request template (add "chore" type)

* phoenix-rtos-ports 46f7c3d...8f30667 (1):
  > Update pull request template (add "chore" type)

* phoenix-rtos-posixsrv a89ca38...afc5f7e (1):
  > Update pull request template (add "chore" type)

* phoenix-rtos-tests d6bcaf7...58f82df (3):
  > trunner: wait for possible psh interruption
  > trunner: requirements: install RPi.GPIO only on ARM targets
  > Update pull request template (add "chore" type)

* phoenix-rtos-usb 1919ae8...462b287 (1):
  > Update pull request template (add "chore" type)

* phoenix-rtos-utils ec2439d...75d13b6 (1):
  > Update pull request template (add "chore" type)

* plo f708624...9f922a2 (1):
  > Update pull request template (add "chore" type)
@nalajcie nalajcie requested a review from a team April 30, 2024 13:02
Copy link

Unit Test Results

    1 files  ±     0    420 suites   - 1 134   37m 46s ⏱️ - 1h 18m 26s
7 460 tests  - 12 896  6 745 ✅  - 10 420  715 💤  - 2 476  0 ❌ ±0 
7 460 runs   - 13 082  6 745 ✅  - 10 567  715 💤  - 2 515  0 ❌ ±0 

Results for commit 893367e. ± Comparison against base commit 146f024.

This pull request removes 12896 tests.
phoenix-rtos-tests/busybox/basename ‑ armv7a7-imx6ull-evk:phoenix-rtos-tests/busybox/basename.basename-does-not-remove-identical-extension
phoenix-rtos-tests/busybox/basename ‑ armv7a7-imx6ull-evk:phoenix-rtos-tests/busybox/basename.basename-works
phoenix-rtos-tests/busybox/basename ‑ armv7a9-zynq7000-qemu:phoenix-rtos-tests/busybox/basename.basename-does-not-remove-identical-extension
phoenix-rtos-tests/busybox/basename ‑ armv7a9-zynq7000-qemu:phoenix-rtos-tests/busybox/basename.basename-works
phoenix-rtos-tests/busybox/basename ‑ armv7a9-zynq7000-zedboard:phoenix-rtos-tests/busybox/basename.basename-does-not-remove-identical-extension
phoenix-rtos-tests/busybox/basename ‑ armv7a9-zynq7000-zedboard:phoenix-rtos-tests/busybox/basename.basename-works
phoenix-rtos-tests/busybox/basename ‑ ia32-generic-qemu:phoenix-rtos-tests/busybox/basename.basename-does-not-remove-identical-extension
phoenix-rtos-tests/busybox/basename ‑ ia32-generic-qemu:phoenix-rtos-tests/busybox/basename.basename-works
phoenix-rtos-tests/busybox/bunzip2 ‑ armv7a7-imx6ull-evk:phoenix-rtos-tests/busybox/bunzip2
phoenix-rtos-tests/busybox/bunzip2 ‑ armv7a9-zynq7000-qemu:phoenix-rtos-tests/busybox/bunzip2
…

@nalajcie nalajcie merged commit a212772 into master Apr 30, 2024
30 checks passed
@nalajcie nalajcie deleted the nalajcie/verify branch April 30, 2024 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants