Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions prdoc/pr_8980.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
title: Fix revive-fixtures build script
doc:
- audience: Runtime Dev
description: |-
Fix compilation issue with pallet-revive-fixtures build.rs script.
crates:
- name: pallet-revive-fixtures
bump: patch
1 change: 1 addition & 0 deletions substrate/frame/revive/fixtures/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ pub fn main() -> Result<()> {
println!("cargo::rerun-if-env-changed={OVERRIDE_RUSTUP_TOOLCHAIN_ENV_VAR}");
println!("cargo::rerun-if-env-changed={OVERRIDE_STRIP_ENV_VAR}");
println!("cargo::rerun-if-env-changed={OVERRIDE_OPTIMIZE_ENV_VAR}");
println!("cargo::rerun-if-changed={}", out_dir.display());

// the fixtures have a dependency on the uapi crate
println!("cargo::rerun-if-changed={}", fixtures_dir.display());
Expand Down
Loading