Skip to content

Commit

Permalink
chore(query): spilt binary symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang2014 committed Nov 25, 2024
1 parent 9beaed4 commit fe3b531
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
linux:
needs: changes
if: needs.changes.outputs.any_src_changed == 'true'
uses: ./.github/workflows/reuse.linux.yml
secrets: inherit
with:
Expand Down
1 change: 0 additions & 1 deletion src/binaries/query/oss_main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ fn main() {
async fn main_entrypoint() -> Result<(), MainError> {
let make_error = || "an fatal error occurred in query";

// test1
let conf: InnerConfig = InnerConfig::load().await.with_context(make_error)?;
if run_cmd(&conf).await.with_context(make_error)? {
return Ok(());
Expand Down

0 comments on commit fe3b531

Please sign in to comment.