Git Product home page Git Product logo

product-configs's People

Contributors

adydychk avatar akharche avatar aukhina avatar dlobanox avatar dvrogozh avatar eponomar avatar intel-msdk avatar msdk-build avatar rdower avatar sshap2x avatar vshampor avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

product-configs's Issues

Disable/bypass some CI checks for one of the path in media-driver

Hi,

See this CI build failure: intel/media-driver#731

Please, be aware that this path in media-driver https://github.com/intel/media-driver/blob/master/media_driver/linux/common/os/i915/include/uapi is managed by strict rules described in https://github.com/intel/media-driver/blob/master/media_driver/linux/common/os/i915/include/uapi/README. No changes to the code will be made to satisfy artificial CI requirements such as licence checks, copyrights check, etc. The code is copied from the Linux kernel upstream as-is strictly without modifications. This is critical.

Could you, please, adjust CI verification in media driver to bypass such checks and focus entirely on code buildability.

@XinfengZhang: FYI

Regards,
Dmitry.

rename msdk build and test targets

This CI now covers few components besides msdk. For example: intel/media-driver#765. Please, rename msdk build and test targets since it is not obvious what is actually built and tested: build-clang-8.0, build-gcc-9.2.0, etc.

I would also recommend to rename build-driver to build-media-driver since neo is also a driver and this might give confusions.

Clanup media driver cmake config commands

Looking to http://mediasdk.intel.com/buildbot/#builders/61/builds/2403:

[2020-09-16 07:49:26,036] media-driver: cmake INFO: cmd: cmake3 -DMEDIA_VERSION="19.4.0" -DCMAKE_INSTALL_PREFIX=/opt/intel/msdk_driver -DCMAKE_INSTALL_LIBDIR=/opt/intel/msdk_driver/lib64 -DINSTALL_DRIVER_SYSCONF=OFF -DLIBVA_DRIVERS_PATH=/opt/intel/msdk_driver/lib64 -DBUILD_TYPE=release -DENABLE_KERNELS=OFF /docker/worker/driver-kernels-off/build_dir/repos/media-driver
  1. MEDIA_VERSION won't take any effect and is eventually wrong. Driver now comes with version in sources. If you want adjust it, you should use MEDIA_VERSION_EXTRA. See here:

https://github.com/intel/media-driver/blob/b285f47f1fb127cc3ca4f677631b6a71321a2db4/CMakeLists.txt#L23

  1. Specifying LIBVA_DRIVERS_PATH is weird. This should be fetched automatically if you correctly configured and installed libva. Here is where it is taken into account in the driver code:
    media_driver/cmake/linux/media_include_paths_linux.cmake:33: pkg_get_variable(LIBVA_DRIVERS_PATH libva driverdir)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.