Skip to content
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

yaml-cpp: 0.7.0 -> 0.8.0 #249947

Merged
merged 5 commits into from
Nov 4, 2023
Merged

yaml-cpp: 0.7.0 -> 0.8.0 #249947

merged 5 commits into from
Nov 4, 2023

Conversation

tobim
Copy link
Contributor

@tobim tobim commented Aug 18, 2023

Description of changes

https://github.com/jbeder/yaml-cpp/releases/tag/0.8.0

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandbox = true set in nix.conf? (See Nix manual)
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 23.11 Release Notes (or backporting 23.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

@OPNA2608
Copy link
Contributor

OPNA2608 commented Aug 18, 2023

Breaks opencolorio, which in turn breaks blender, olive-editor, krita etc:

CMake Error at share/cmake/modules/Findyaml-cpp.cmake:37 (get_target_property):
  get_target_property() called with non-existent target "yaml-cpp".
Call Stack (most recent call first):
  share/cmake/modules/FindExtPackages.cmake:33 (find_package)
  CMakeLists.txt:261 (include)


CMake Error at /nix/store/p6nyqsw5qbg114gprcj4ci8j4nx9nhnb-cmake-3.26.4/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find yaml-cpp (missing: yaml-cpp_LIBRARY) (found suitable version
  "0.8.0", minimum required is "0.7.0")
Call Stack (most recent call first):
  /nix/store/p6nyqsw5qbg114gprcj4ci8j4nx9nhnb-cmake-3.26.4/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  share/cmake/modules/Findyaml-cpp.cmake:114 (find_package_handle_standard_args)
  share/cmake/modules/FindExtPackages.cmake:33 (find_package)
  CMakeLists.txt:261 (include)

Full report:

Result of nixpkgs-review pr 249947 run on x86_64-linux 1

4 packages marked as broken and skipped:
  • linuxKernel.packages.hardkernel_4_14.sysdig
  • linuxPackages_hardkernel_latest.sysdig
  • python311Packages.n3fit
  • python311Packages.n3fit.dist
17 packages failed to build:
73 packages built:
  • ashuffle
  • brise
  • calamares
  • calamares-nixos
  • contour
  • coreboot-configurator
  • d-seams
  • dcgm
  • ebpf-verifier
  • emacsPackages.rime
  • facter
  • fcitx5-rime
  • huggle
  • ibus-engines.rime
  • interception-tools
  • ip2unix
  • jami
  • librime
  • linuxKernel.packages.linux_4_14.sysdig
  • linuxKernel.packages.linux_4_19.sysdig
  • linuxKernel.packages.linux_5_10.sysdig
  • linuxPackages_5_10_hardened.sysdig (linuxKernel.packages.linux_5_10_hardened.sysdig)
  • linuxKernel.packages.linux_5_15.sysdig
  • linuxPackages_5_15_hardened.sysdig (linuxKernel.packages.linux_5_15_hardened.sysdig)
  • linuxKernel.packages.linux_5_4.sysdig
  • linuxPackages.sysdig (linuxKernel.packages.linux_6_1.sysdig)
  • linuxPackages_hardened.sysdig (linuxPackages_6_1_hardened.sysdig)
  • linuxPackages_latest.sysdig (linuxKernel.packages.linux_6_4.sysdig)
  • linuxPackages_6_4_hardened.sysdig (linuxKernel.packages.linux_6_4_hardened.sysdig)
  • linuxPackages_latest-libre.sysdig (linuxKernel.packages.linux_latest_libre.sysdig)
  • linuxPackages-libre.sysdig (linuxKernel.packages.linux_libre.sysdig)
  • linuxPackages_lqx.sysdig (linuxKernel.packages.linux_lqx.sysdig)
  • linuxPackages_testing_bcachefs.sysdig (linuxKernel.packages.linux_testing_bcachefs.sysdig)
  • linuxPackages_xanmod.sysdig (linuxKernel.packages.linux_xanmod.sysdig)
  • linuxPackages_xanmod_latest.sysdig (linuxKernel.packages.linux_xanmod_latest.sysdig ,linuxPackages_xanmod_stable.sysdig)
  • linuxPackages_zen.sysdig (linuxKernel.packages.linux_zen.sysdig)
  • lomiri.deviceinfo
  • lomiri.deviceinfo.bin
  • lomiri.deviceinfo.dev
  • luaformatter
  • micromamba
  • mir
  • mir.dev
  • mir.doc
  • miriway
  • mongodb (mongodb-6_0)
  • mongodb-4_4
  • mongodb-5_0
  • nnpdf (python310Packages.nnpdf)
  • openloco
  • openxcom
  • pdns
  • prometheus-dcgm-exporter
  • python310Packages.n3fit
  • python310Packages.n3fit.dist
  • validphys2 (python310Packages.validphys2)
  • validphys2.dist (python310Packages.validphys2.dist)
  • python311Packages.nnpdf
  • python311Packages.validphys2
  • python311Packages.validphys2.dist
  • qdmr
  • rime-data
  • rstudio
  • rstudio-server
  • rstudioServerWrapper
  • rstudioWrapper
  • sysdig
  • thinkfan
  • timeloop
  • torrenttools
  • way-displays
  • xfitter
  • yaml-cpp

@tobim
Copy link
Contributor Author

tobim commented Aug 19, 2023

I think we should wait for AcademySoftwareFoundation/OpenColorIO#1823 then.

@tobim tobim marked this pull request as draft August 19, 2023 07:20
@tobim tobim force-pushed the pkgs/yaml-cpp-0.8.0 branch from b354509 to 095a4c3 Compare August 19, 2023 09:57
@ofborg ofborg bot requested a review from OPNA2608 August 19, 2023 10:55
@tobim tobim force-pushed the pkgs/yaml-cpp-0.8.0 branch 3 times, most recently from 208984a to 562004f Compare October 20, 2023 12:24
@ofborg ofborg bot requested a review from rastertail October 20, 2023 15:02
@tobim tobim force-pushed the pkgs/yaml-cpp-0.8.0 branch from 562004f to b4b6ff3 Compare October 24, 2023 09:24
@tobim
Copy link
Contributor Author

tobim commented Oct 24, 2023

Result of nixpkgs-review pr 249947 run on x86_64-linux 1

1 package marked as broken and skipped:
  • redpanda-server
13 packages failed to build:
  • krita
  • linuxKernel.packages.linux_4_19_hardened.sysdig
  • linuxKernel.packages.linux_5_4_hardened.sysdig
  • mir
  • mir.dev
  • mir.doc
  • miriway
  • olive-editor
  • osl
  • rocmPackages.mivisionx (rocmPackages.mivisionx-hip)
  • rocmPackages.mivisionx-cpu
  • rocmPackages.mivisionx-opencl
  • xfitter
80 packages built:
  • ashuffle
  • blender
  • blender-hip
  • brise
  • calamares
  • calamares-nixos
  • contour
  • contour.terminfo
  • coreboot-configurator
  • d-seams
  • dcgm
  • ebpf-verifier
  • emacsPackages.rime
  • embree
  • embree2
  • facter
  • fcitx5-rime
  • huggle
  • ibus-engines.rime
  • interception-tools
  • ip2unix
  • jami
  • librime
  • linuxKernel.packages.linux_4_19.sysdig
  • linuxKernel.packages.linux_5_10.sysdig
  • linuxKernel.packages.linux_5_10_hardened.sysdig
  • linuxKernel.packages.linux_5_15.sysdig
  • linuxKernel.packages.linux_5_15_hardened.sysdig
  • linuxKernel.packages.linux_5_4.sysdig
  • linuxKernel.packages.linux_6_1.sysdig
  • linuxKernel.packages.linux_hardened.sysdig (linuxKernel.packages.linux_6_1_hardened.sysdig)
  • linuxKernel.packages.linux_6_5.sysdig
  • linuxKernel.packages.linux_6_5_hardened.sysdig
  • linuxKernel.packages.linux_latest_libre.sysdig
  • linuxKernel.packages.linux_libre.sysdig
  • linuxKernel.packages.linux_lqx.sysdig
  • linuxKernel.packages.linux_testing_bcachefs.sysdig
  • linuxKernel.packages.linux_xanmod.sysdig
  • linuxKernel.packages.linux_xanmod_latest.sysdig (linuxKernel.packages.linux_xanmod_stable.sysdig)
  • linuxKernel.packages.linux_zen.sysdig
  • lomiri.deviceinfo
  • lomiri.deviceinfo.bin
  • lomiri.deviceinfo.dev
  • luaformatter
  • micromamba
  • mongodb (mongodb-6_0)
  • mongodb-4_4
  • mongodb-5_0
  • nnpdf (python311Packages.nnpdf)
  • opencolorio
  • openimageio
  • openimageio.bin
  • openimageio.dev
  • openimageio.doc
  • openloco
  • openmw
  • openmw-tes3mp
  • openxcom
  • pdns
  • portmod
  • portmod.dist
  • prometheus-dcgm-exporter
  • python310Packages.nnpdf
  • python310Packages.validphys2
  • python310Packages.validphys2.dist
  • validphys2 (python311Packages.validphys2)
  • validphys2.dist (python311Packages.validphys2.dist)
  • qdmr
  • qtcreator
  • rime-data
  • rstudio
  • rstudio-server
  • rstudioServerWrapper
  • rstudioWrapper
  • sysdig
  • thinkfan
  • timeloop
  • torrenttools
  • way-displays
  • yaml-cpp

@ofborg ofborg bot requested a review from balsoft October 25, 2023 04:14
@tobim
Copy link
Contributor Author

tobim commented Oct 25, 2023

krita, osl, and olive-editor are now fixed.
Mir and sysdig seem to be unrelated build failures.
mivisionx and xfitter don't get built because of other broken dependencies.

@tobim tobim marked this pull request as ready for review October 25, 2023 05:49
@OPNA2608
Copy link
Contributor

Mir: Failing on Hydra after recent staging merge.

[ RUN ] RealKMSOutputTest.drm_set_gamma
/build/source/tests/unit-tests/platforms/gbm-kms/kms/test_real_kms_output.cpp:503: Failure
Actual function call count doesn't match EXPECT_CALL(mock_drm, drmModeCrtcSetGamma(drm_fd, crtc_ids[0], gamma.red.size(), const_cast<uint16_t*>(gamma.red.data()), const_cast<uint16_t*>(gamma.green.data()), const_cast<uint16_t*>(gamma.blue.data())))...
Expected: to be called once
Actual: never called - unsatisfied and active
[ FAILED ] RealKMSOutputTest.drm_set_gamma (0 ms)

Looks to be canonical/mir#3019, so unrelated.

sysdig on hardened kernels: Failing since checks date 2022-04-17 according to Hydra, wow. Very likely unrelated.

I'll run a nixpkgs-review tonight to verify.

@tobim
Copy link
Contributor Author

tobim commented Oct 25, 2023

minivisonx fails because rapidjson-unstable doesn't pass it's valgrind test. The attributes that are modified here are not in that closure.
xfitter fails because root seems to have a broken patch. That should also not be caused by this PR.


Result of nixpkgs-review pr 249947 run on x86_64-linux 1

1 package marked as broken and skipped:
  • redpanda-server
10 packages failed to build:
  • linuxKernel.packages.linux_4_19_hardened.sysdig
  • linuxKernel.packages.linux_5_4_hardened.sysdig
  • mir
  • mir.dev
  • mir.doc
  • miriway
  • rocmPackages.mivisionx (rocmPackages.mivisionx-hip)
  • rocmPackages.mivisionx-cpu
  • rocmPackages.mivisionx-opencl
  • xfitter
83 packages built:
  • ashuffle
  • blender
  • blender-hip
  • brise
  • calamares
  • calamares-nixos
  • contour
  • contour.terminfo
  • coreboot-configurator
  • d-seams
  • dcgm
  • ebpf-verifier
  • emacsPackages.rime
  • embree
  • embree2
  • facter
  • fcitx5-rime
  • huggle
  • ibus-engines.rime
  • interception-tools
  • ip2unix
  • jami
  • krita
  • librime
  • linuxKernel.packages.linux_4_19.sysdig
  • linuxKernel.packages.linux_5_10.sysdig
  • linuxKernel.packages.linux_5_10_hardened.sysdig
  • linuxKernel.packages.linux_5_15.sysdig
  • linuxKernel.packages.linux_5_15_hardened.sysdig
  • linuxKernel.packages.linux_5_4.sysdig
  • linuxKernel.packages.linux_6_1.sysdig
  • linuxKernel.packages.linux_hardened.sysdig (linuxKernel.packages.linux_6_1_hardened.sysdig)
  • linuxKernel.packages.linux_6_5.sysdig
  • linuxKernel.packages.linux_6_5_hardened.sysdig
  • linuxKernel.packages.linux_latest_libre.sysdig
  • linuxKernel.packages.linux_libre.sysdig
  • linuxKernel.packages.linux_lqx.sysdig
  • linuxKernel.packages.linux_testing_bcachefs.sysdig
  • linuxKernel.packages.linux_xanmod.sysdig
  • linuxKernel.packages.linux_xanmod_latest.sysdig (linuxKernel.packages.linux_xanmod_stable.sysdig)
  • linuxKernel.packages.linux_zen.sysdig
  • lomiri.deviceinfo
  • lomiri.deviceinfo.bin
  • lomiri.deviceinfo.dev
  • luaformatter
  • micromamba
  • mongodb (mongodb-6_0)
  • mongodb-4_4
  • mongodb-5_0
  • nnpdf (python311Packages.nnpdf)
  • olive-editor
  • opencolorio
  • openimageio
  • openimageio.bin
  • openimageio.dev
  • openimageio.doc
  • openloco
  • openmw
  • openmw-tes3mp
  • openxcom
  • osl
  • pdns
  • portmod
  • portmod.dist
  • prometheus-dcgm-exporter
  • python310Packages.nnpdf
  • python310Packages.validphys2
  • python310Packages.validphys2.dist
  • validphys2 (python311Packages.validphys2)
  • validphys2.dist (python311Packages.validphys2.dist)
  • qdmr
  • qtcreator
  • rime-data
  • rstudio
  • rstudio-server
  • rstudioServerWrapper
  • rstudioWrapper
  • sysdig
  • thinkfan
  • timeloop
  • torrenttools
  • way-displays
  • yaml-cpp

@OPNA2608
Copy link
Contributor

OPNA2608 commented Oct 25, 2023

aarch64-darwin OfBorg says opencolorio-2.3.0 fails because it tries to fetch DLTcollab/sse2neon via CMake FetchContent. Either fetch & link it in a way that CMake is happy with it or possibly disable it with -DOCIO_USE_SSE2NEON=OFF (untested).

@tobim tobim force-pushed the pkgs/yaml-cpp-0.8.0 branch from 4b268fd to 87eb829 Compare October 25, 2023 19:06
@tobim
Copy link
Contributor Author

tobim commented Oct 25, 2023

Result of nixpkgs-review pr 249947 run on aarch64-darwin 1

15 packages marked as broken and skipped:
  • contour
  • contour.terminfo
  • mongodb-4_4
  • mongodb-5_0
  • nnpdf
  • openmw
  • python310Packages.nnpdf
  • python310Packages.validphys2
  • python310Packages.validphys2.dist
  • python311Packages.nnpdf
  • python311Packages.validphys2
  • python311Packages.validphys2.dist
  • torrenttools
  • validphys2
  • validphys2.dist
2 packages failed to build:
  • embree
  • xfitter
12 packages built:
  • ashuffle
  • luaformatter
  • micromamba
  • mongodb (mongodb-6_0)
  • opencolorio
  • openimageio
  • openimageio.bin
  • openimageio.dev
  • openimageio.doc
  • osl
  • timeloop
  • yaml-cpp

@OPNA2608
Copy link
Contributor

OPNA2608 commented Nov 2, 2023

Sorry for the review delay, should have more free time for this now. Re-running the review to test everything.

Regarding the changes:

  • The ones to yaml-cpp look fine to me, as a maintainer of that package.
  • The patches to krita and olive-editor & fix to openimageio seem minor enough to be okay in principle.
    • In the case of the olive-editor one, I think it's common practice to at least add a comment linking to the open PR to help with tracking the issue/fix. If you open the commit URL, it's not possible to immediately tell what repo/branch/PR this belongs to.
    • For the openimageio one, a link to the upstream CMake issue would be nice, like you did for the opencolorio one.
  • I'd prefer if one of the pinged maintainers had a look over the changes to opencolorio. IMO, on x86_64, it would likely be better to disable all OCIO_USE_* SIMD options not available in the base x86_64-v1 we're still aiming for until systems/architecture: bump default architecture to x86-64-v2  #202526 or another PR bumps it to something newer. According to https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels, of the available SIMD options, v1 should only guarantee SSE2.

@tobim tobim force-pushed the pkgs/yaml-cpp-0.8.0 branch from 87eb829 to e7ea41e Compare November 2, 2023 18:17
@tobim
Copy link
Contributor Author

tobim commented Nov 2, 2023

IMO, on x86_64, it would likely be better to disable all OCIO_USE_* SIMD options not available in the base x86_64-v1 we're still aiming for until systems/architecture: bump default architecture to x86-64-v2 #202526 or another PR bumps it to something newer. According to https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels, of the available SIMD options, v1 should only guarantee SSE2.

OpenColorIO checks which extensions are supported by the CPU at runtime, so it should actually be fine to enable all of them. The interface for that is defined in https://github.com/AcademySoftwareFoundation/OpenColorIO/blob/main/src/OpenColorIO/CPUInfo.h.

@OPNA2608
Copy link
Contributor

OPNA2608 commented Nov 2, 2023

OpenColorIO checks which extensions are supported by the CPU at runtime, so it should actually be fine to enable all of them.

Is there a reason why we disabled all the AVX ones then? Or just uncertainty about how this worked?

I guess for the SSE2NEON one, a comment about it requiring another download & FetchContent handling would also be good, to explain why we're turning only that one off. If you could still get it working that be great, but it's new functionality so disabling it for now seems fine to me.

(nixpkgs-review still running, has some large - size and time - rebuilds)

@OPNA2608
Copy link
Contributor

OPNA2608 commented Nov 3, 2023

Result of nixpkgs-review pr 249947 run on x86_64-linux 1

1 package marked as broken and skipped:
  • redpanda-server
13 packages failed to build:
  • linuxPackages_4_19_hardened.sysdig (linuxKernel.packages.linux_4_19_hardened.sysdig)
  • linuxPackages_5_4_hardened.sysdig (linuxKernel.packages.linux_5_4_hardened.sysdig)
  • linuxPackages_latest.sysdig (linuxKernel.packages.linux_6_6.sysdig)
  • linuxPackages_latest-libre.sysdig (linuxKernel.packages.linux_latest_libre.sysdig)
  • linuxPackages_zen.sysdig (linuxKernel.packages.linux_zen.sysdig)
  • mir
  • mir.dev
  • mir.doc
  • miriway
  • rocmPackages.mivisionx (rocmPackages.mivisionx-hip ,rocmPackages_5.mivisionx ,rocmPackages_5.mivisionx-hip)
  • rocmPackages.mivisionx-cpu (rocmPackages_5.mivisionx-cpu)
  • rocmPackages.mivisionx-opencl (rocmPackages_5.mivisionx-opencl)
  • xfitter
86 packages built:
  • ashuffle
  • blender
  • blender-hip
  • bloom
  • brise
  • calamares
  • calamares-nixos
  • contour
  • contour.terminfo
  • coreboot-configurator
  • d-seams
  • dcgm
  • ebpf-verifier
  • emacsPackages.rime
  • embree
  • embree2
  • facter
  • fcitx5-rime
  • huggle
  • ibus-engines.rime
  • interception-tools
  • ip2unix
  • jami
  • krita
  • librime
  • linuxKernel.packages.linux_4_19.sysdig
  • linuxKernel.packages.linux_5_10.sysdig
  • linuxPackages_5_10_hardened.sysdig (linuxKernel.packages.linux_5_10_hardened.sysdig)
  • linuxKernel.packages.linux_5_15.sysdig
  • linuxPackages_5_15_hardened.sysdig (linuxKernel.packages.linux_5_15_hardened.sysdig)
  • linuxKernel.packages.linux_5_4.sysdig
  • linuxPackages.sysdig (linuxKernel.packages.linux_6_1.sysdig)
  • linuxPackages_hardened.sysdig (linuxPackages_6_1_hardened.sysdig)
  • linuxKernel.packages.linux_6_5.sysdig
  • linuxPackages_6_5_hardened.sysdig (linuxKernel.packages.linux_6_5_hardened.sysdig)
  • linuxPackages-libre.sysdig (linuxKernel.packages.linux_libre.sysdig)
  • linuxPackages_lqx.sysdig (linuxKernel.packages.linux_lqx.sysdig)
  • linuxPackages_testing_bcachefs.sysdig (linuxKernel.packages.linux_testing_bcachefs.sysdig)
  • linuxPackages_xanmod.sysdig (linuxKernel.packages.linux_xanmod.sysdig)
  • linuxPackages_xanmod_latest.sysdig (linuxKernel.packages.linux_xanmod_latest.sysdig ,linuxPackages_xanmod_stable.sysdig)
  • lomiri.deviceinfo
  • lomiri.deviceinfo.bin
  • lomiri.deviceinfo.dev
  • luaformatter
  • micromamba
  • mongodb (mongodb-6_0)
  • mongodb-4_4
  • mongodb-5_0
  • nnpdf (python311Packages.nnpdf)
  • olive-editor
  • opencolorio
  • openimageio
  • openimageio.bin
  • openimageio.dev
  • openimageio.doc
  • openloco
  • openmw
  • openmw-tes3mp
  • openxcom
  • osl
  • pdns
  • portmod
  • portmod.dist
  • prometheus-dcgm-exporter
  • python310Packages.n3fit
  • python310Packages.n3fit.dist
  • python310Packages.nnpdf
  • python310Packages.validphys2
  • python310Packages.validphys2.dist
  • python311Packages.n3fit
  • python311Packages.n3fit.dist
  • validphys2 (python311Packages.validphys2)
  • validphys2.dist (python311Packages.validphys2.dist)
  • qdmr
  • qtcreator
  • rime-data
  • rstudio
  • rstudio-server
  • rstudioServerWrapper
  • rstudioWrapper
  • sysdig
  • thinkfan
  • timeloop
  • torrenttools
  • way-displays
  • yaml-cpp

Checked failure reasons, saw nothing that would be caused by this PR as you mentioned. Checked mir and miriway by applying #255029 on top to fix the tests, also works. Aside from the question of the SIMD flags, LGTM.

@tobim
Copy link
Contributor Author

tobim commented Nov 3, 2023

Is there a reason why we disabled all the AVX ones then? Or just uncertainty about how this worked?

Frankly I forgot to take it out again. I only looked in detail after setting the flags. I can remove them in a few hours.

@tobim tobim force-pushed the pkgs/yaml-cpp-0.8.0 branch from e7ea41e to b5cd2e5 Compare November 4, 2023 05:02
Copy link
Contributor

@OPNA2608 OPNA2608 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Re-checked opencolorio cus that's the only change since last nixpkgs-review (already GC'd that one, and I don't wanna sit through all the big rebuilds again…), still builds. LGTM?

Thanks for working on this basically as soon as the new version released, much appreciated!

@OPNA2608 OPNA2608 added the 12.approvals: 1 This PR was reviewed and approved by one reputable person label Nov 4, 2023
@wegank wegank merged commit 6f1609e into NixOS:master Nov 4, 2023
22 of 23 checks passed
@wegank wegank mentioned this pull request Nov 4, 2023
13 tasks
# https://github.com/olive-editor/olive/issues/2200
patchPhase = ''
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's good 👍🏼 we should never overwrite patchPhase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
10.rebuild-darwin: 11-100 10.rebuild-linux: 101-500 12.approvals: 1 This PR was reviewed and approved by one reputable person
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants