Skip to content

Commit

Permalink
Remove workaround for alire nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jklmnn committed Mar 29, 2024
1 parent e39a981 commit 526653b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,11 @@ fn main() {
],
false,
);
//FIXME: This should be alr update however alire 2.0
// does not run post_fetch on alr update which breaks
// xmlada.
// alire-project/alire#1235
let _ = call(
"alr",
&envs,
Some(&alire_path),
["--no-tty", "-n", "build", "--", "-cargs", "-fPIC"],
["--no-tty", "-n", "update"],
true,
);
let env_output = call(
Expand Down

0 comments on commit 526653b

Please sign in to comment.