facebook/idb

Build companion via github actions workflow

stoefln opened this issue · 6 comments

Since I didn't manage to build the project locally, has anyone tried to create a github workflow for this?

Hello, I'm very sorry to bother you.

I saw in other issues that you have successfully compiled this project. Could you please share your compilation process? Thank you so much!

I keep building failing in macOS 13.6.6 (22G630) + xcode 15.2 (15C500b) + intel cpu, I am using ./idb_build.sh idb_companion build build_output from idb_companion_oss_release.py and it seems to return got an error from grpc -swift:

/Users/dev/idb/build/SourcePackages/checkouts/grpc-swift/Sources/GRPC/GRPCServerPipelineConfigurator.swift:121:7: error: mutation of captured var 'logger' in concurrently-executing code
        logger[metadataKey: MetadataKey.h2StreamID] = "\(streamID)"
        ^
/Users/dev/idb/build/SourcePackages/checkouts/grpc-swift/Sources/GRPC/GRPCServerPipelineConfigurator.swift:125:86: error: reference to captured var 'logger' in concurrently-executing code
          let handler = self.makeHTTP2ToRawGRPCHandler(normalizeHeaders: true, logger: logger)

Any help would be greatly appreciated!