Soc Virnyl Estela 2024-11-10 10:40:19 +00:00 committed by Git OBS Bridge
parent a8e755d5e8
commit c76617ba1b

View File

@ -98,9 +98,11 @@ Remote code is fetched and cached on first execution, and only
updated with the --reload flag.
%prep
# Now we patch whatever was vendored
%autosetup -a1 -a2 -p1 -n %{name}
ls
%autosetup -a2 -n %{name}
# Extract vendor source
tar xvf %{SOURCE1}
# Now we patch V8 or %%{SOURCE2}
echo -e "\n[patch.crates-io]\nv8 = { path = './v8-0.106.0' }" >> Cargo.toml
%build