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

[WIP] use gcc -dumpmachine , instead of uname -m , this is mainly check CI #610

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

Conversation

k-okada
Copy link
Member

@k-okada k-okada commented Dec 8, 2021

uname -m returns host architecture within docker environment
so if you run arm7v compile on docker/arm64, it returns aarch64, that confuses ros build farm https://build.ros.org/job/Nbin_ufhf_uFhf__euslisp__ubuntu_focal_armhf__binary/

beacuase uname -m returns host architecutre within docker environment
so if you run arm7v compile on docker/arm64, it returns aarch64, that confusis ros build farm https://build.ros.org/job/Nbin_ufhf_uFhf__euslisp__ubuntu_focal_armhf__binary/
@k-okada k-okada changed the title Add compile test - run compiled test, need use compile-file-if-src-newer until https://github.com/euslisp/EusLisp/pull/314 - in order to run compile test, do not eval (run-all-tests) when compile time using eval-when c.f.https://github.com/euslisp/jskeus/pull/493 use gcc -dumpmachine , instead of uname -m Dec 8, 2021
@k-okada k-okada changed the title use gcc -dumpmachine , instead of uname -m [WIP] use gcc -dumpmachine , instead of uname -m , this is mainly check CI Mar 30, 2023
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.

1 participant