Skip to content

Adding support for MAC and arm machine #107

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nnarayanamurthy
Copy link
Contributor

We have made changes reference with qnx support on MAC reference.
Validated on X64 ubuntu system and trying to validate on ubuntu arm and MAC arm.

--net=host \
--privileged \
-v $HOME:$HOME \
-v $HOME:/home/$USER/ \
"$QNX_SDP_VERSION:latest" /bin/bash --rcfile /usr/local/qnx/.qnxbashrc
Copy link
Contributor

Choose a reason for hiding this comment

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

rcfile is being loaded during docker exec below so is it needed here?

@@ -2,8 +2,13 @@

QNX_SDP_VERSION=qnx800

docker run -it \
docker create -it --name=qnx-build \

Choose a reason for hiding this comment

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

Suggest changing the container name here, to avoid conflicting with the one in the repo in gitlab.

Suggested change
docker create -it --name=qnx-build \
docker create -it --name=qnx-ports-build \

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.

3 participants