diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da5ec70b..d0a98fa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -348,7 +348,9 @@ jobs: rustup target add ${{matrix.target}} # Get latest FoundationDB installer curl --retry 5 -Lso foundationdb.pkg "$(gh api -X GET /repos/apple/foundationdb/releases --jq '.[] | select(.prerelease == false) | .assets[] | select(.name | test("${{startsWith(matrix.target, 'x86') && 'x86_64' || 'arm64'}}" + ".pkg$")) | .browser_download_url' | head -n1)" - sudo installer -allowUntrusted -dumplog -pkg foundationdb.pkg -target / + echo "=== Package contents ===" + pkgutil --payload-files foundationdb.pkg || true + sudo installer -allowUntrusted -verbose -dumplog -pkg foundationdb.pkg -target / cargo build --release --target ${{matrix.target}} -p stalwart --no-default-features --features "foundationdb s3 redis nats enterprise" mkdir -p artifacts mv ./target/${{matrix.target}}/release/stalwart ./artifacts/stalwart-foundationdb