Project

General

Profile

Actions

Bug #25390

closed

Static builds are failing due to missing lib

Added by Félix DALLIDET about 2 months ago. Updated about 1 month ago.

Status:
Released
Priority:
N/A
Category:
rudderc
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No

Description

   Compiling mdbook v0.4.40
   Compiling askama v0.12.1
   Compiling rudder_cli v0.0.0-dev (/home/fdallidet/Rudder/rudder/policies/rudder-cli)
error: cannot find macro `debug` in this scope
   --> policies/rudderc/src/lib.rs:103:5
    |
103 |     debug!("WORKDIR: '{}'", cwd.clone().canonicalize()?.display());
    |     ^^^^^
    |
help: consider importing this macro
    |
4   + use tracing::debug;
    |

error: could not compile `rudderc` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
make: *** [Makefile:25: static] Error 101
Actions

Also available in: Atom PDF