Skip to content

Comments

Fuix#1581

Merged
hulto merged 3 commits intomainfrom
fix-build-pubkey-collect
Jan 16, 2026
Merged

Fuix#1581
hulto merged 3 commits intomainfrom
fix-build-pubkey-collect

Conversation

@hulto
Copy link
Collaborator

@hulto hulto commented Jan 15, 2026

What type of PR is this?

What this PR does / why we need it:

Turns out you can't update env vars in the same build.rs.
Less cool now we just pass variables.

Which issue(s) this PR fixes:

Fixes #

@hulto hulto enabled auto-merge January 15, 2026 23:53
@github-actions
Copy link
Contributor

github-actions bot commented Jan 15, 2026

Summary

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Other ❓ Flaky 🍂 Duration ⏱️
3053    ±0 3053    ±0 0    ±0 0    ±0 0    ±0 0    ±0 1ms    ±0

Previous Results

Build 🏗️ Result 🧪 Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Other ❓ Flaky 🍂 Duration ⏱️
#497 3053 3053 0 0 0 0 30.1s

Insights

Average Tests per Run Total Flaky Tests Total Failed Slowest Test (p95)
3053 0 0 7.7s

Slowest Tests

Test 📝 Results 📊 Duration (avg) ⏱️ Duration (p95) ⏱️
eldritch: pivot::port_scan_impl::tests::test_portscan_return_type_starlark_dict_from_interpreter 3 2.6s 7.7s
eldritch: pivot::port_scan_impl::tests::test_portscan_return_type_starlark_dict_from_interpreter 3 2.6s 7.7s
eldritch: pivot::port_scan_impl::tests::test_portscan_return_type_starlark_dict_from_interpreter 3 2.6s 7.7s
eldritch: pivot::ssh_copy_impl::tests::test_pivot_ssh_copy 3 3.9s 7.6s
eldritch: pivot::ssh_copy_impl::tests::test_pivot_ssh_copy 3 3.9s 7.6s
eldritch: pivot::ssh_copy_impl::tests::test_pivot_ssh_copy 3 3.9s 7.6s
eldritch: process::info_impl::tests::test_info_default 3 2.7s 7.6s
eldritch: process::info_impl::tests::test_info_default 3 2.7s 7.6s
eldritch: process::info_impl::tests::test_info_default 3 2.7s 7.6s
eldritch: pivot::ssh_exec_impl::tests::test_pivot_ssh_exec 3 3.9s 7.5s

🎉 No failed tests in this run. | 🍂 No flaky tests in this run.

Github Test Reporter by CTRF 💚

🔄 This comment has been updated

.split_once("://")
.map(|(_, rest)| rest)
.unwrap_or(&transport.uri);
// // Map transport type to appropriate schema
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete commented code


// Build DSN part with correct schema and query parameters
let mut dsn_part = format!("{}://{}", schema, uri_without_schema);
// let mut dsn_part = format!("{}://{}", schema, uri_without_schema);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete commented code

@hulto hulto added this pull request to the merge queue Jan 16, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 16, 2026
@hulto hulto added this pull request to the merge queue Jan 16, 2026
Merged via the queue into main with commit 8ef9ced Jan 16, 2026
8 checks passed
@hulto hulto deleted the fix-build-pubkey-collect branch January 16, 2026 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants