Soc Virnyl Estela 2022-08-11 09:13:49 +00:00 committed by Git OBS Bridge
parent a4b1ad9618
commit 5c36d13431
5 changed files with 12 additions and 16 deletions

View File

@ -23,6 +23,10 @@ git = "https://github.com/VixieTSQ/tree-sitter-scss"
branch = "patch-1"
replace-with = "vendored-sources"
[source."https://github.com/dzhou121/tree-sitter-markdown.git"]
git = "https://github.com/dzhou121/tree-sitter-markdown.git"
replace-with = "vendored-sources"
[source."https://github.com/elixir-lang/tree-sitter-elixir.git"]
git = "https://github.com/elixir-lang/tree-sitter-elixir.git"
replace-with = "vendored-sources"
@ -101,15 +105,10 @@ replace-with = "vendored-sources"
git = "https://github.com/tree-sitter/tree-sitter-ql"
replace-with = "vendored-sources"
[source."https://github.com/uncomfyhalomacro/tree-sitter-markdown"]
git = "https://github.com/uncomfyhalomacro/tree-sitter-markdown"
rev = "0f10ae4d3437b156833d2f4d5a4933d8b40c924f"
replace-with = "vendored-sources"
[source."https://github.com/varlad/tree-sitter-julia"]
git = "https://github.com/varlad/tree-sitter-julia"
branch = "master"
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"
directory = "vendor"

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b851874671ca64878dfa14e50894720a405d95b64d96944791cd31132cb6ac5
size 107108032
oid sha256:263e2208a148c1fad9dac58bc86d4f2a1a6f9bc541d874de6671b36f17c0278f
size 1746294

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Thu Aug 11 08:53:56 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- patched some vendored sources to fix build errors.
-------------------------------------------------------------------
Sat Aug 6 10:55:05 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@ -19,7 +19,7 @@
%global _commit_hash e65e40a8d352e6b26a337419c82d5b406d3cf2fc
%global rustflags -C linker=clang -C link-arg=-fuse-ld=mold
Name: lapce
Version: 0.1.3+git145
Version: 0.1.3
Release: 0
Summary: Lightning-fast and Powerful Code Editor written in Rust
URL: https://github.com/lapce/lapce
@ -62,6 +62,8 @@ cp %{SOURCE2} .cargo/config
%build
export CC=clang
export CXX=clang
export CFLAGS="%{build_cflags}"
export CXXFLAGS="%{build_cxxflags}"
export CARGO_FEATURE_VENDORED=1
export RUSTFLAGS="%{rustflags}"
cargo build --offline --profile release-lto --all-features

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0634c84d20dc68a8b9c2daa19ddc973d93e075f4cd96394270ad521793a830eb
size 105367534
oid sha256:2c84d22a83508db2b54878befa6a29ccadcc83f8d303c31513e4ced5c9f17de6
size 101612484