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

Fix building on MacOS #163

Merged
merged 2 commits into from
Jul 30, 2021
Merged

Fix building on MacOS #163

merged 2 commits into from
Jul 30, 2021

Conversation

Maxez
Copy link

@Maxez Maxez commented Jul 29, 2021

Description

Changed not portable parts of building scripts.

Motivation and Context

Fixes build on MacOS.
JIRA: CI-70

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)

How Has This Been Tested?

  • Already covered by automatic testing.
  • New test added: (add PR link here).
  • Tested by hand on: ia32-generic.

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing linter checks and tests passed.
  • My changes generate no new compilation warnings for any of the targets.

Special treatment

  • This PR needs additional PRs to work (list the PRs, preferably in merge-order).
  • I will merge this PR by myself when appropriate.

Copy link
Member

@pawelpisarczyk pawelpisarczyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@pawelpisarczyk pawelpisarczyk merged commit 5ce27cb into master Jul 30, 2021
@pawelpisarczyk pawelpisarczyk deleted the Maxez/CI-70 branch July 30, 2021 09:05
nalajcie added a commit that referenced this pull request Jan 31, 2022
* libphoenix bf17f5a...d678a85 (3):
  > fixing errno of `rmdir()` and `chdir()` when not called on a directory (#162)
  > getline(): correct size handling + little refactor (#163)
  > f*open(): fix closing and errno (#161)

* phoenix-rtos-build c8fcf12...3e94364 (1):
  > build: don't build tests on 'all'

* phoenix-rtos-doc bd651b2...d5ab783 (2):
  > corelibs: expand libgraph documentation
  > add msgSend(), msgRecv(), msgRespond() functions documentation

* phoenix-rtos-filesystems 2316e74...5da9564 (1):
  > ext2: unlink not empty dir correct errno (#60)
@nalajcie nalajcie mentioned this pull request Jan 31, 2022
nalajcie added a commit that referenced this pull request Jan 31, 2022
* libphoenix bf17f5a...d678a85 (3):
  > fixing errno of `rmdir()` and `chdir()` when not called on a directory (#162)
  > getline(): correct size handling + little refactor (#163)
  > f*open(): fix closing and errno (#161)

* phoenix-rtos-build c8fcf12...3e94364 (1):
  > build: don't build tests on 'all'

* phoenix-rtos-doc bd651b2...d5ab783 (2):
  > corelibs: expand libgraph documentation
  > add msgSend(), msgRecv(), msgRespond() functions documentation

* phoenix-rtos-filesystems 2316e74...5da9564 (1):
  > ext2: unlink not empty dir correct errno (#60)

* phoenix-rtos-ports b28bb68...e2fca88 (1):
  > jansson: fix incremental build
gerard5 pushed a commit that referenced this pull request Jan 31, 2022
* libphoenix bf17f5a...d678a85 (3):
  > fixing errno of `rmdir()` and `chdir()` when not called on a directory (#162)
  > getline(): correct size handling + little refactor (#163)
  > f*open(): fix closing and errno (#161)

* phoenix-rtos-build c8fcf12...3e94364 (1):
  > build: don't build tests on 'all'

* phoenix-rtos-doc bd651b2...d5ab783 (2):
  > corelibs: expand libgraph documentation
  > add msgSend(), msgRecv(), msgRespond() functions documentation

* phoenix-rtos-filesystems 2316e74...5da9564 (1):
  > ext2: unlink not empty dir correct errno (#60)

* phoenix-rtos-ports b28bb68...e2fca88 (1):
  > jansson: fix incremental build
HBuczynski pushed a commit that referenced this pull request Feb 10, 2022
* phoenix-rtos-build 3e94364...101f545 (5):
  > build/riscv64: add hostutils to core components
  > Makefile.riscv64: add debug symbols
  > imx6ull: copy syspagen to _boot directory
  > STM32: Moved kernel lower to conserve flash
  > stm32: Moved kernel up to make place for plo

* phoenix-rtos-hostutils 731f838...505b0b2 (2):
  > syspagen: add support for 64 bit architecture
  > psu: update sdp scripts for imx6ull

* phoenix-rtos-kernel 71c7195...a534065 (3):
  > Merge pull request #300 from phoenix-rtos/feature/syspage
  > imx6ull: add short ddr test
  > proc: fix setting kernel stack for kernel threads in threads_schedule()

* plo f540178...4de7f13 (1):
  > Merge pull request #163 from phoenix-rtos/feature/syspage

RTOS-154
agkaminski pushed a commit that referenced this pull request Feb 10, 2022
* phoenix-rtos-build 3e94364...101f545 (5):
  > build/riscv64: add hostutils to core components
  > Makefile.riscv64: add debug symbols
  > imx6ull: copy syspagen to _boot directory
  > STM32: Moved kernel lower to conserve flash
  > stm32: Moved kernel up to make place for plo

* phoenix-rtos-hostutils 731f838...505b0b2 (2):
  > syspagen: add support for 64 bit architecture
  > psu: update sdp scripts for imx6ull

* phoenix-rtos-kernel 71c7195...a534065 (3):
  > Merge pull request #300 from phoenix-rtos/feature/syspage
  > imx6ull: add short ddr test
  > proc: fix setting kernel stack for kernel threads in threads_schedule()

* plo f540178...4de7f13 (1):
  > Merge pull request #163 from phoenix-rtos/feature/syspage

RTOS-154
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.

2 participants