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

install_cbmc.sh: build from source on non-x86_64 #2877

Merged
merged 4 commits into from
Nov 17, 2023

Commits on Nov 14, 2023

  1. install_cbmc.sh: build from source on non-x86_64

    CBMC only provides binaries for x86_64, but it runs fine on other arches (like aarch64)
    Build from source in that case
    bennofs committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    002ca98 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. install_cbmc.sh: use dpkg instead of uname

    uname -m seems to report an empty architecture on some systems
    dpkg --print-architecture is what we care about anyway, since we want to
    install an amd64 deb
    bennofs committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    bfbd6fd View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    1cfddad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    209488f View commit details
    Browse the repository at this point in the history