Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / tinygo
Commits: 6095f17d by Anatol Pomozov at 2024-02-28T17:47:08-08:00 upgpkg: 0.31.1-1 - - - - - 3 changed files: - .SRCINFO - PKGBUILD - − llvm_build_j1.patch Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = tinygo pkgdesc = Go compiler for small places. Microcontrollers, WebAssembly, and command-line tools. Based on LLVM. - pkgver = 0.31.0 + pkgver = 0.31.1 pkgrel = 1 url = https://github.com/tinygo-org/tinygo arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = tinygo makedepends = python options = !strip options = !lto - source = git+https://github.com/tinygo-org/tinygo#tag=v0.31.0 + source = git+https://github.com/tinygo-org/tinygo#tag=v0.31.1 source = git+https://github.com/NordicSemiconductor/nrfx.git source = git+https://github.com/ARM-software/CMSIS.git source = git+https://github.com/avr-rust/avr-mcu.git @@ -27,7 +27,6 @@ pkgbase = tinygo source = git+https://github.com/tinygo-org/renesas-svd.git source = git+https://github.com/tinygo-org/net.git source = git+https://github.com/espressif/llvm-project#branch=xtensa_release_17.0.1 - source = llvm_build_j1.patch sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP @@ -43,6 +42,5 @@ pkgbase = tinygo sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP - sha256sums = 8f77285b8aac29e6f9a5dffa78da3d1603a72a792036b08e87b2aad1fc97394c pkgname = tinygo ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Anatol Pomozov <anatol.pomo...@gmail.com> pkgname=tinygo -pkgver=0.31.0 +pkgver=0.31.1 pkgrel=1 pkgdesc='Go compiler for small places. Microcontrollers, WebAssembly, and command-line tools. Based on LLVM.' arch=(x86_64) @@ -27,8 +27,7 @@ source=(git+https://github.com/tinygo-org/tinygo#tag=v$pkgver git+https://github.com/aykevl/macos-minimal-sdk.git git+https://github.com/tinygo-org/renesas-svd.git git+https://github.com/tinygo-org/net.git - git+https://github.com/espressif/llvm-project#branch=xtensa_release_17.0.1 - llvm_build_j1.patch) + git+https://github.com/espressif/llvm-project#branch=xtensa_release_17.0.1) sha256sums=('SKIP' 'SKIP' 'SKIP' @@ -43,8 +42,7 @@ sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' - 'SKIP' - '8f77285b8aac29e6f9a5dffa78da3d1603a72a792036b08e87b2aad1fc97394c') + 'SKIP') prepare() { cd tinygo @@ -70,8 +68,6 @@ prepare() { git -c protocol.file.allow=always submodule update ln -sf ../llvm-project - -# patch -p1 < ../llvm_build_j1.patch } build() { ===================================== llvm_build_j1.patch deleted ===================================== @@ -1,13 +0,0 @@ -diff --git a/GNUmakefile b/GNUmakefile -index cc336706..9b716c20 100644 ---- a/GNUmakefile -+++ b/GNUmakefile -@@ -248,7 +248,7 @@ $(LLVM_BUILDDIR)/build.ninja: - - # Build LLVM. - $(LLVM_BUILDDIR): $(LLVM_BUILDDIR)/build.ninja -- cd $(LLVM_BUILDDIR) && ninja $(NINJA_BUILD_TARGETS) -+ cd $(LLVM_BUILDDIR) && ninja $(NINJA_BUILD_TARGETS) -j1 - - ifneq ($(USE_SYSTEM_BINARYEN),1) - # Build Binaryen View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tinygo/-/commit/6095f17d7be77567051f0436aa3c9615fdf849e5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/tinygo/-/commit/6095f17d7be77567051f0436aa3c9615fdf849e5 You're receiving this email because of your account on gitlab.archlinux.org.