Skip to content

Commit

Permalink
FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
vporton committed Jan 29, 2025
1 parent 8943c39 commit 1a97f02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dfx/src/commands/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ pub struct RulesOpts {
output: Option<String>,
}

// FIXME: It wrongly acts with downloaded canisters (like `internet_identity`).
// This seems to be the cause of double recompilation.
pub fn exec(env1: &dyn Environment, opts: RulesOpts) -> DfxResult {
let env = create_anonymous_agent_environment(env1, None)?;
// let log = env.get_logger();
Expand Down

0 comments on commit 1a97f02

Please sign in to comment.