Skip to content

Commit 209489f

Browse files
committed
chore: wip
1 parent 0dac782 commit 209489f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/verify-build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def test_target(cfg: Cfg, target: Target) -> TargetResult:
410410

411411
if "uclibc" in target_env and target_bits == "32":
412412
# Equivalent to __USE_FILE_OFFSET64.
413-
run(cmd, extra_rustflags=env["RUSTFLAGS"] + "--cfg=libc_unstable_uclibc_file_offset_bits")
413+
run(cmd, extra_rustflags="--cfg=libc_unstable_uclibc_file_offset_bits")
414414

415415
# Test again without default features, i.e. without `std`
416416
run([*cmd, "--no-default-features"])

0 commit comments

Comments
 (0)