Bug 1845017 - Disable the TestPHCExhaustion test r=glandium
[gecko.git] / media / libjxl / moz.yaml
blob8637cc298c485571dde9297dcc597ccdae82a45f
1 schema: 1
3 bugzilla:
4   product: Core
5   component: "Graphics: ImageLib"
7 origin:
8   name: libjxl
9   description: JPEG XL image format reference implementation
11   url: https://github.com/libjxl/libjxl
13   release: 69d06e17771830beae7fb62b76de5978b52546fc (2023-07-21T14:55:24Z).
15   revision: 69d06e17771830beae7fb62b76de5978b52546fc
17   license: Apache-2.0
19   license-file: LICENSE
21 updatebot:
22     maintainer-phab: saschanaz
23     maintainer-bz: krosylight@mozilla.com
24     tasks:
25       - type: vendoring
26         enabled: True
27         frequency: 3 weeks
29 vendoring:
30   url: https://github.com/libjxl/libjxl
31   source-hosting: github
32   vendor-directory: third_party/jpeg-xl
34   exclude:
35     - doc
36     - third_party/testdata
37     - tools
38     - lib/lib.gni # Symlink is not permitted in mozilla-central