Skip to content

Commit

Permalink
fix benchmarks build
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Feb 9, 2024
1 parent 243f930 commit ea9f745
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion polkadot-parachains/integritee-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ mod helpers;
mod weights;

pub mod xcm_config;

use xcm_config::CurrencyId;

pub type SessionHandlers = ();
Expand Down Expand Up @@ -936,7 +937,8 @@ mod benches {
[pallet_xcm, PolkadotXcm]
[cumulus_pallet_xcmp_queue, XcmpQueue]
[pallet_utility, Utility]
[orml_tokens, Tokens]
// fixme https://github.com/integritee-network/parachain/issues/261
//[orml_tokens, benchmarking::tokens]
);
}

Expand Down

0 comments on commit ea9f745

Please sign in to comment.