Steeve Morin
Steeve Morin
Consider the following class: ```c++ class foo { enum bar { ALICE = 0, /// Perform linear interpolation on the table BOB = 1 /// Perform parabolic interpolation on the...
So I've been booting this kernel on the gk802, using the new dts files from linux-next. The kernel is booting, and I do get output on serial. However, it fails...
THe private_deps attribute is used in rules_swift for implementation only dependencies. Signed-off-by: Steeve Morin
Following https://github.com/bazelbuild/bazel/issues/12135, I figure I'd open an issue to track adding support for Google Auth access tokens in bazel-remote. This would allow exposing it on the internet. [There are two...
Without a modulemap, it is not possible for Xcode/Swift to see the modules defined in the framework.
Starting this issue to see if folks would be interested in having `.xcarchive` bundling in place of `.ipa`. It's useful for sending the + `.dSYMS` to Apple. The format is...
`expand_make_variables` is deprecated, and the usage was to reference a label anyway. `$(location)` is the proper tool for that, and simplifies the experience.
So I made build targets for `libimobiledevice`, in order to use from bazel. Are you guys interested in a PR ? That would enable `bazel run`ing on devices too.
Inspired by https://github.com/bazelbuild/rules_apple/commit/4287aa277e14c693a9c036a8382521964c6951b3, I figure it'd be worthwhile to track this somewhere. In the case of this commit, instead of: ``` --define=apple.package_symbols=yes ``` It would be, for instance: ``` --@build_bazel_rules_apple//config:package_symbols=true...
# Description of the problem / feature request: Let `apple_common.multi_arch_split` transition on `platforms`/constraints instead of `crosstool_top`/`cpu`. ### Feature requests: what underlying problem are you trying to solve with this feature?...