Unverified Commit ace050d2 authored by Yueh-Shun Li's avatar Yueh-Shun Li Committed by GitHub
Browse files

opentelemetry-cpp: build on MacOS (#456996)

parents 90f12398 22a405b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ stdenv.mkDerivation (finalAttrs: {
      jfroche
      panicgh
    ];
    platforms = lib.platforms.linux;
    platforms = lib.platforms.all;
    # https://github.com/protocolbuffers/protobuf/issues/14492
    broken = !(stdenv.buildPlatform.canExecute stdenv.hostPlatform);
  };