mirror of
https://abf.rosa.ru/djam/vscodium.git
synced 2025-02-23 22:32:52 +00:00
%{msver}.%{subrel}
This commit is contained in:
parent
02c8316843
commit
3bc66447eb
2 changed files with 13 additions and 7 deletions
3
.abf.yml
3
.abf.yml
|
@ -1,4 +1,5 @@
|
|||
sources:
|
||||
VSCodium-1.90.1.24165-src.tar.gz: 7c0170a1dad7041df0b970ecc69506f82a8c4e19
|
||||
remote-dependencies.tar: 27bf01881fb712aa9b1b7ed80e028b6bb428ab2a
|
||||
vscode-1.90.0.tar.gz: 7c281d1a4fbfbdf8e2ad78b0e64b094b7c9d1e6f
|
||||
vscode-1.90.1.tar.gz: 1d696538b013a2ca00bf67774532c91486f7cf88
|
||||
vscodium-1.90.0.24158.tar.gz: e3fe865efba245fbd41d80458509fdf723f33e91
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
%define _optdir /opt
|
||||
%define debug %nil
|
||||
%define debug_package %nil
|
||||
%define msver 1.90.0
|
||||
%define subrel 24158
|
||||
%define msver 1.90.1
|
||||
%define subrel 24165
|
||||
|
||||
Name: vscodium
|
||||
Version: %{msver}.%{subrel}
|
||||
|
@ -11,7 +11,8 @@ Summary: VS Code without MS branding/telemetry/licensing
|
|||
Group: Development/Tools
|
||||
License: MIT
|
||||
URL: https://vscodium.com
|
||||
Source0: https://github.com/VSCodium/vscodium/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
#Source0: https://github.com/VSCodium/vscodium/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/VSCodium/vscodium/releases/download/%{version}/VSCodium-%{version}-src.tar.gz
|
||||
Source1: https://github.com/microsoft/vscode/archive/%{msver}/vscode-%{msver}.tar.gz
|
||||
#Source2: remote-dependencies.tar
|
||||
Source1000: %{name}.rpmlintrc
|
||||
|
@ -36,7 +37,7 @@ combines the simplicity of a code editor with
|
|||
what developers need for the core edit-build-debug cycle.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -c %{name}-%{version}
|
||||
tar -xf %{SOURCE1}
|
||||
mv vscode-%{msver} vscode
|
||||
|
||||
|
@ -60,13 +61,17 @@ yarn config set --home enableTelemetry 0
|
|||
|
||||
#export MS_TAG=%{msver} MS_COMMIT="" RELEASE_VERSION=%{version} BUILD_SOURCEVERSION=""
|
||||
|
||||
export VSCODE_NODE_GLIBC='glibc-2.17'
|
||||
export VSCODE_NODE_GLIBC='-glibc-2.17'
|
||||
export SHOULD_BUILD=yes
|
||||
|
||||
export VSCODE_SKIP_NODE_VERSION_CHECK=1
|
||||
export VSCODE_SYSROOT_PREFIX='-glibc-2.17'
|
||||
|
||||
#export CC=clang
|
||||
#export CXX=clang++
|
||||
|
||||
./build.sh
|
||||
#./build.sh
|
||||
./build/build.sh
|
||||
|
||||
#npm install tslib
|
||||
#npm install postcss@^8.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue