feat: add portable CLI binaries for multi-platform Supabase CLI distribution #5368
nix-build.yml
on: pull_request
nix-eval
/
eval
2m 34s
Matrix: nix-build-packages-aarch64-darwin
Matrix: nix-build-packages-aarch64-linux
Matrix: nix-build-packages-x86_64-linux
Matrix: nix-build-checks-aarch64-darwin
Matrix: nix-build-checks-aarch64-linux
Matrix: nix-build-checks-x86_64-linux
Matrix: run-testinfra / test-ami-nix
Waiting for pending jobs
Matrix: run-tests / build
Waiting for pending jobs
Annotations
4 errors, 1 warning, and 1 notice
|
run-check-harness-psql-17 (aarch64-darwin)
Process completed with exit code 1.
|
|
run-check-harness-psql-orioledb-17 (aarch64-darwin)
Process completed with exit code 1.
|
|
run-check-harness-psql-17-cli (aarch64-darwin)
Process completed with exit code 1.
|
|
run-check-harness-psql-15 (aarch64-darwin)
Process completed with exit code 1.
|
|
Nix Evaluation Warning
unknown setting 'trusted-users'
|
|
GitHub Actions Matrix
Generated GitHub Actions matrix: {
"packages": {
"x86_64_linux": {
"include": [
{
"attr": "",
"name": "no packages to build",
"system": "x86_64-linux",
"runs_on": {
"labels": [
"ubuntu-latest"
]
}
}
]
},
"aarch64_linux": {
"include": [
{
"attr": "",
"name": "no packages to build",
"system": "aarch64-linux",
"runs_on": {
"labels": [
"ubuntu-latest"
]
}
}
]
},
"aarch64_darwin": {
"include": [
{
"attr": "",
"name": "no packages to build",
"system": "aarch64-darwin",
"runs_on": {
"labels": [
"ubuntu-latest"
]
}
}
]
}
},
"checks": {
"aarch64_darwin": {
"include": [
{
"attr": "checks.aarch64-darwin.pre-commit",
"name": "pre-commit-run",
"system": "aarch64-darwin",
"runs_on": {
"group": "self-hosted-runners-nix",
"labels": [
"aarch64-darwin"
]
}
},
{
"attr": "checks.aarch64-darwin.psql_17_cli_portable",
"name": "psql_17_cli_portable-portability-check",
"system": "aarch64-darwin",
"runs_on": {
"group": "self-hosted-runners-nix",
"labels": [
"aarch64-darwin"
]
}
},
{
"attr": "checks.aarch64-darwin.treefmt",
"name": "treefmt-check",
"system": "aarch64-darwin",
"runs_on": {
"group": "self-hosted-runners-nix",
"labels": [
"aarch64-darwin"
]
}
},
{
"attr": "checks.aarch64-darwin.psql_orioledb-17",
"name": "run-check-harness-psql-orioledb-17",
"system": "aarch64-darwin",
"runs_on": {
"group": "self-hosted-runners-nix",
"labels": [
"aarch64-darwin"
]
}
},
{
"attr": "checks.aarch64-darwin.psql_17",
"name": "run-check-harness-psql-17",
"system": "aarch64-darwin",
"runs_on": {
"group": "self-hosted-runners-nix",
"labels": [
"aarch64-darwin"
]
}
},
{
"attr": "checks.aarch64-darwin.psql_17_cli",
"name": "run-check-harness-psql-17-cli",
"system": "aarch64-darwin",
"runs_on": {
"group": "self-hosted-runners-nix",
"labels": [
"aarch64-darwin"
]
}
},
{
"attr": "checks.aarch64-darwin.psql_15",
"name": "run-check-harness-psql-15",
"system": "aarch64-darwin",
"runs_on": {
"group": "self-hosted-runners-nix",
"labels": [
"aarch64-darwin"
]
}
}
]
},
"aarch64_linux": {
"include": [
{
"attr": "checks.aarch64-linux.pre-commit",
"name": "pre-commit-run",
"system": "aarch64-linux",
"runs_on": {
"labels": [
"blacksmith-8vcpu-ubuntu-2404-arm"
]
}
},
{
"attr": "checks.aarch64-linux.psql_17_cli_portable",
"name": "psql_17_cli_portable-portability-check",
"system": "aarch64-linux",
"runs_on": {
"labels": [
"blacksmith-8vcpu-ubuntu-2404-arm"
]
}
},
{
"attr": "checks.aarch64-linux.treefmt",
"name": "treefmt-check",
"system": "aarch64-linux",
"runs_on": {
"labels": [
"blacksmith-8vcpu-ubuntu-2404-arm"
]
}
}
]
},
"x86_64_linux": {
"include":
|