make.sh: Drop rust-synstructure again

Message ID 20260130075623.869222-1-stefan.schantl@ipfire.org
State Dropped
Headers
Series make.sh: Drop rust-synstructure again |

Commit Message

Stefan Schantl 30 Jan 2026, 7:56 a.m. UTC
Nobody knows why this rust module has two entries in the file to be
built...

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 make.sh | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Stefan Schantl 30 Jan 2026, 8:55 a.m. UTC | #1
Please ignore this patch.

Thanks in advance,

-Stefan
> Nobody knows why this rust module has two entries in the file to be
> built...
> 
> Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
> ---
>  make.sh | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/make.sh b/make.sh
> index 06f205fd9..66bbf2196 100755
> --- a/make.sh
> +++ b/make.sh
> @@ -1636,7 +1636,6 @@ build_system() {
>  	lfsmake2 rust-form_urlencoded
>  	lfsmake2 rust-displaydoc
>  	lfsmake2 rust-writeable
> -	lfsmake2 rust-synstructure
>  	lfsmake2 rust-zerofrom-derive
>  	lfsmake2 rust-zerofrom
>  	lfsmake2 rust-zerovec-derive
  

Patch

diff --git a/make.sh b/make.sh
index 06f205fd9..66bbf2196 100755
--- a/make.sh
+++ b/make.sh
@@ -1636,7 +1636,6 @@  build_system() {
 	lfsmake2 rust-form_urlencoded
 	lfsmake2 rust-displaydoc
 	lfsmake2 rust-writeable
-	lfsmake2 rust-synstructure
 	lfsmake2 rust-zerofrom-derive
 	lfsmake2 rust-zerofrom
 	lfsmake2 rust-zerovec-derive