jenkinsfile #1

Open
denes wants to merge 1 commits from br_jenkinsfile into master
denes commented 6 years ago
Owner

The Jenkins machine is running gentoo, which currently cannot succeed:

  • python2.7 needs to be forced since file is not available in python3
  • yaml.load call disabled by Gentoo. See bug #659348
The Jenkins machine is running gentoo, which currently cannot succeed: - python2.7 needs to be forced since `file` is not available in python3 - `yaml.load` `call disabled by Gentoo. See bug #659348`
denes commented 6 years ago
Poster
Owner

Replaced load with safe_load.

Cross-compiler GCC needs to be recompiled with -mfloat-abi=hard
solved with adding hardfloat as vendor

Replaced `load` with `safe_load`. Cross-compiler GCC needs to be recompiled with `-mfloat-abi=hard` solved with adding `hardfloat` as vendor
denes commented 6 years ago
Poster
Owner

linking error now: error: nano.specs: No such file or directory

linking error now: `error: nano.specs: No such file or directory`
Some checks failed
movesense_exercise/br_jenkinsfile There was a failure building this commit
movesense_exercise/PR-1 There was a failure building this commit
giteee/movesense_exercise/br_jenkinsfile There was a failure building this commit
This pull request can be merged automatically.
You are not authorized to merge this pull request.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: denes/movesense_exercise#1
Loading…
There is no content yet.