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

action: test build with more architectures #1510

Merged
merged 4 commits into from
Dec 19, 2023

Commits on Dec 19, 2023

  1. action: test build with more architectures

    Test build with more architectures, but only use `amd64` in next jobs.
    
    Signed-off-by: Yadong Ding <[email protected]>
    Desiki-high committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    5095239 View commit details
    Browse the repository at this point in the history
  2. chore: upgrade dbs-snapshot to 1.5.1

    v1.5.1 brings support of ppc64le and riscv64.
    
    Signed-off-by: Yadong Ding <[email protected]>
    Desiki-high committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    b272e51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fdbc57 View commit details
    Browse the repository at this point in the history
  4. action: fix failed to compile cross v0.2.4

    error: failed to compile `cross v0.2.4`, intermediate artifacts can be found at `/tmp/cargo-installG1Scm4`
    
    Caused by:
      package `home v0.5.9` cannot be built because it requires rustc 1.70.0 or newer, while the currently active rustc version is 1.68.2
      Try re-running cargo install with `--locked`
    
    Signed-off-by: Yadong Ding <[email protected]>
    Desiki-high committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    86030f4 View commit details
    Browse the repository at this point in the history