!5 [sync] PR-3: Delete the compilation of ppc64 and s390 architecture
From: @openeuler-sync-bot Reviewed-by: @duyiwei7w Signed-off-by: @duyiwei7w
This commit is contained in:
commit
1933a29a32
11
butane.spec
11
butane.spec
@ -21,7 +21,7 @@ configs for provisioning operating systems that use Ignition.}
|
||||
|
||||
Name: butane
|
||||
Version: 0.14.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Butane config transpiler
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
@ -89,8 +89,6 @@ echo "Building butane..."
|
||||
|
||||
echo "Building Linux Butane with static linking..."
|
||||
CGO_ENABLED=0 GOARCH=arm64 GOOS=linux %gocrossbuild -o butane-aarch64-unknown-linux-gnu-static internal/main.go
|
||||
CGO_ENABLED=0 GOARCH=ppc64le GOOS=linux %gocrossbuild -o butane-ppc64le-unknown-linux-gnu-static internal/main.go
|
||||
CGO_ENABLED=0 GOARCH=s390x GOOS=linux %gocrossbuild -o butane-s390x-unknown-linux-gnu-static internal/main.go
|
||||
CGO_ENABLED=0 GOARCH=amd64 GOOS=linux %gocrossbuild -o butane-x86_64-unknown-linux-gnu-static internal/main.go
|
||||
|
||||
echo "Building macOS Butane..."
|
||||
@ -105,8 +103,6 @@ install -p -m 0755 ./butane %{buildroot}%{_bindir}
|
||||
ln -s butane %{buildroot}%{_bindir}/fcct
|
||||
install -d -p %{buildroot}%{_datadir}/butane
|
||||
install -p -m 0644 ./butane-aarch64-unknown-linux-gnu-static %{buildroot}%{_datadir}/butane
|
||||
install -p -m 0644 ./butane-ppc64le-unknown-linux-gnu-static %{buildroot}%{_datadir}/butane
|
||||
install -p -m 0644 ./butane-s390x-unknown-linux-gnu-static %{buildroot}%{_datadir}/butane
|
||||
install -p -m 0644 ./butane-x86_64-apple-darwin %{buildroot}%{_datadir}/butane
|
||||
install -p -m 0644 ./butane-x86_64-pc-windows-gnu.exe %{buildroot}%{_datadir}/butane
|
||||
install -p -m 0644 ./butane-x86_64-unknown-linux-gnu-static %{buildroot}%{_datadir}/butane
|
||||
@ -126,13 +122,14 @@ install -p -m 0644 ./butane-x86_64-unknown-linux-gnu-static %{buildroot}%{_datad
|
||||
%license %{golicenses}
|
||||
%dir %{_datadir}/butane
|
||||
%{_datadir}/butane/butane-aarch64-unknown-linux-gnu-static
|
||||
%{_datadir}/butane/butane-ppc64le-unknown-linux-gnu-static
|
||||
%{_datadir}/butane/butane-s390x-unknown-linux-gnu-static
|
||||
%{_datadir}/butane/butane-x86_64-apple-darwin
|
||||
%{_datadir}/butane/butane-x86_64-pc-windows-gnu.exe
|
||||
%{_datadir}/butane/butane-x86_64-unknown-linux-gnu-static
|
||||
|
||||
%changelog
|
||||
* Fri Dec 01 2023 chendexi <chendexi@kylinos.cn> - 0.14.0-3
|
||||
- Delete the compilation of ppc64 and s390 architecture
|
||||
|
||||
* Wed Oct 26 2022 fushanqing <fushanqing@kylinos.cn> - 0.14.0-2
|
||||
- support nestos variant
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user