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

Adjust trixie to avoid too much riscv64 #163

Merged
merged 1 commit into from
Aug 13, 2024

Commits on Aug 13, 2024

  1. Adjust trixie to avoid too much riscv64

    Trixie doesn't yet have `git` (probably more), but `curl` does build successfully, so this adjusts `generate-stackbrew-library.sh` to exclude `riscv64` from all but `trixie-curl`.
    
    ```diff
    $ diff -u <(bashbrew cat buildpack-deps) <(bashbrew cat <(./generate-stackbrew-library.sh))
    --- /dev/fd/63	2024-08-13 10:59:42.728567215 -0700
    +++ /dev/fd/62	2024-08-13 10:59:42.732567254 -0700
    @@ -47,7 +47,7 @@
     Directory: debian/sid
    
     Tags: trixie-curl, testing-curl
    -Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
    +Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, riscv64, s390x
     GitCommit: 1f4fe49
     Directory: debian/trixie/curl
    
    ```
    tianon committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    790d59b View commit details
    Browse the repository at this point in the history