-
Notifications
You must be signed in to change notification settings - Fork 50
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
add armhf test for bionic and focal, #474
Open
k-okada
wants to merge
9
commits into
euslisp:master
Choose a base branch
from
k-okada:armhf_focal
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Dec 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 50264ba - Browse repository at this point
Copy the full SHA 50264baView commit details -
use gcc -dumpmachine , instead of uname -m
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/
Configuration menu - View commit details
-
Copy full SHA for cfeca75 - Browse repository at this point
Copy the full SHA cfeca75View commit details
Commits on Jan 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8d89df2 - Browse repository at this point
Copy the full SHA 8d89df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb59fa5 - Browse repository at this point
Copy the full SHA fb59fa5View commit details -
armhf bionic/focal crashes on eval.c(call_foreign), but it solved by …
…disabling tree-vrp optimiation
Configuration menu - View commit details
-
Copy full SHA for c8a5899 - Browse repository at this point
Copy the full SHA c8a5899View commit details -
use 64bit data within ARM 32bit code
fix eval.c: In function 'call_foreign': eval.c:1114:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1114 | ifunc = (eusinteger_t (*)())((((eusinteger_t)ifunc)&0xffffffff00000000) | ^
Configuration menu - View commit details
-
Copy full SHA for 800f69e - Browse repository at this point
Copy the full SHA 800f69eView commit details -
charmacro functions did not put on 4-byte alignment, with -falign-fun…
…ction options on recent armhf compilers
Configuration menu - View commit details
-
Copy full SHA for 6404c3b - Browse repository at this point
Copy the full SHA 6404c3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1f0646 - Browse repository at this point
Copy the full SHA c1f0646View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d9bff8 - Browse repository at this point
Copy the full SHA 6d9bff8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.