Brian Caswell

Results 10 comments of Brian Caswell

> Did you run into problems running the application? Yes. I had to install them by hand, which lead me to making the PR

Our supporting ARM64 binaries is likely with the upcoming Arm-based hosted GitHub Actions runners. https://github.blog/changelog/2023-10-30-accelerate-your-ci-cd-with-arm-based-hosted-runners-in-github-actions/

The difficulty with including such a script is maintaining it moving forward. We are not likely to implement this request at this time, though we would be receptive to a...

@jasonk000 I've updated the CHANGELOG.md entry in the PR to move the entry I added to the current "Unreleased" section. That has triggered a rebuild. I'll look to address any...

Using the commit for a published release tag makes it easier for consumers to identify & validate the version being used.

> Should we also update the comment in these examples : Done > Also, you have to sign the CLA for CI to succeed, and enable merging. I've submitted a...

For environments where macOS isn't an issue, is there a short term solution? PATs are generating SFI warnings for us.

I installed the core tools using `winget install Microsoft.Azure.FunctionsCoreTools` and I'm running into this issue.

Note, also see this: ``` /DIR/site-packages/angr/analyses/reaching_definitions/engine_vex.py:727: DeprecationWarning: Use BV.__floordiv__ instead of BV.__truediv__ MultiValues(self.state.top(bits)) if expr1_v.concrete_value == 0 else MultiValues(expr0_v / expr1_v) ```

AVML should build & run successfully on Ubuntu 20.04 ARM64. We cannot provide prebuilt binaries specifically for Ubuntu 20.04 ARM64 as the earliest Ubuntu version of GitHub hosted build agents...