Package Details: bicep-bin 0.27.1-1

Git Clone URL: https://aur.archlinux.org/bicep-bin.git (read-only, click to copy)
Package Base: bicep-bin
Description: A declarative language for describing and deploying Azure resources
Upstream URL: https://github.com/Azure/bicep
Keywords: arm-json arm-templates bicep
Licenses: MIT
Conflicts: bicep
Provides: bicep
Submitter: JamieMagee
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 1
Popularity: 0.000000
First Submitted: 2020-09-10 09:07 (UTC)
Last Updated: 2024-05-08 01:42 (UTC)

Latest Comments

1 2 Next › Last »

dennisvanderpool commented on 2024-05-02 07:59 (UTC)

@zxp19821005 It's not really an issue for me either as I'm now using VSCode's Bicep plugin and that seems to work fine. No need to invest time to fix it for me. Thanks for helping out so far.

zxp19821005 commented on 2024-05-01 12:00 (UTC)

@dennisvanderpool Sorry,I've no idea about that.How about directlly download it and run in the terminal?

dennisvanderpool commented on 2024-04-30 08:41 (UTC) (edited on 2024-04-30 08:49 (UTC) by dennisvanderpool)

@zxp19821005 Thanks for helping me out so quickly 😊 Still not working. Any idea?

$ pacman -Q bicep-bin
bicep-bin 0.26.170-2
$ bicep --version
Failure processing application bundle; possible file corruption.
Arithmetic overflow while reading bundle.
A fatal error occurred while processing application bundle

zxp19821005 commented on 2024-04-30 02:38 (UTC)

@dennisvanderpool I've checked again,run well in my PC:

$ bicep --help
Bicep CLI version 0.26.170 (e9abaf16a5)

Usage:
  bicep build [options] <file>
    Builds a .bicep file.

    Arguments:
      <file>        The input file

    Options:
      --outdir <dir>                 Saves the output at the specified directory.
      --outfile <file>               Saves the output as the specified file path.
      --stdout                       Prints the output to stdout.
      --no-restore                   Builds the bicep file without restoring external modules.
      --diagnostics-format <format>  Sets the format with which diagnostics are displayed. Valid values are ( Default | Sarif ).

I've added glibc>=2.16 and dotnet-runtime>=8.0.0 as depends, can you try again?

dennisvanderpool commented on 2024-04-29 20:23 (UTC) (edited on 2024-04-29 20:26 (UTC) by dennisvanderpool)

@carsme: For me it is still failing?

Failure processing application bundle; possible file corruption.
Arithmetic overflow while reading bundle.
A fatal error occurred while processing application bundle

carsme commented on 2023-05-17 14:04 (UTC)

@rlees85 My bad, I cannot run without options=('!strip') either. Sorry about that, should be fixed now.

rlees85 commented on 2023-05-17 08:50 (UTC)

Failure processing application bundle; possible file corruption.
Arithmetic overflow while reading bundle.
A fatal error occurred while processing application bundle

on latest....

adding in the following to PKGBUILD fixes it:

options=('!strip')

maybe you should add this back? I see it was removed recently. I find it odd its only me commenting on this now though I would expect it would be broken for everyone...

carsme commented on 2023-04-05 10:25 (UTC)

Hey again @JaimeMagee, this has been out of date for a couple of weeks now. Would you reconsider adding me as a co-maintainer so I can help keep it updated?

kwaxi commented on 2022-04-14 06:25 (UTC)

Patch for Bicep v0.5.6

diff --git a/PKGBUILD b/PKGBUILD
index 77358b1..39ce187 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Jamie Magee <jamie dot magee at gmail dot com>
 _name=bicep
 pkgname=$_name-bin
-pkgver=0.4.1272
+pkgver=0.5.6
 pkgrel=1
 pkgdesc="Bicep is a declarative language for describing and deploying Azure resources"
 arch=('x86_64')
@@ -12,10 +12,12 @@ conflicts=($_name)
 options=('!strip')
 source=("${pkgname}-${pkgver}::https://github.com/Azure/${_name}/releases/download/v${pkgver}/${_name}-linux-x64"
   "https://raw.githubusercontent.com/Azure/${_name}/v${pkgver}/LICENSE")
-b2sums=('13b3f9573c0b49a5a9b12c6f448b7fe61e093dd02b49e7f30b5cc4edd1f364008132fea436faecc5d2cfe29264a89ef22cca5e1f652fa5b0ff2a131e9958cbe7'
-        '1e0a143630bdf1d10e34a180d83b967ca132c6c976b5a7c93c1452b6747d3f05ed0aab8c7ef7436af61971ebab7b9fc6aa7378784e3776d8913c6825a6cb3e74')
+b2sums=('18b75163cef1769a79e9ab49459c8ce59ec1269507c80088dc057264b2ba39bc450e081a7714481967ae2df6ae75180e16e832ed4ea76f25763ff77daa4f1a73'
+        '95fbf33e73eb7328131b2d215199dd1e94b40cbbc2d8c3df9a7511899721f08a4a1ba49ee651845746339e5e4ee3b347d1f988a4abee1424e5db0a608bba471b')

 package() {
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   install -Dm755 "${pkgname}-${pkgver}" "${pkgdir}/usr/bin/${_name}"
 }

carsme commented on 2022-02-21 11:52 (UTC)

Hey, this package has been out-of-date for a couple of days. Would you like help with the maintenance?