Skip to content

1.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Apr 07:55
· 3335 commits to master since this release

Description

Abstract

  • Add build test for arm on qemu.
  • Start supporting build scenario_simulator_v2 on arm CPU.
  • Update embree version to 4.1.0 for arm support.

Background

embree supports arm CPU, but in ubuntu repository, libembree-dev package only support on x86 CPU.
So, we could not build scenario_simulator_v2 on arm CPU.

Details

  • Add embree_vendor package to scenario_simulator_v2 repository.
  • Add build tests on github actions.

References

#1094
tier4/sim_evaluation_tools#260

Destructive Changes

N/A

Known Limitations

This pull request only supports successful builds on ARM CPUs, and does not provide full support for execution on ARM CPUs.

Related Issues