@dcl/abgen-linux-x64 0.17.2 → 0.17.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/BUILD-INFO.txt ADDED
@@ -0,0 +1,6 @@
1
+ ABGEN_VERSION=0.17.5
2
+ ABGEN_RELEASE=v0.17.5
3
+ ABGEN_TARGET=x86_64-unknown-linux-gnu
4
+ ABGEN_BUILD_ID=ac32caafb2d0
5
+ ABGEN_GIT_REV=bcbaa23e61a2820e6f7e782737ea7a280a52e3cc
6
+ SOURCE_DATE_EPOCH=315532800
package/README.md CHANGED
@@ -196,10 +196,10 @@ output is promoted into the serving root, so rejected bundles are never servable
196
196
  The container image is built straight from the pinned Nix flake - `nix build .#dockerImage`
197
197
  (`dockerTools.buildLayeredImage`, `tini` init, no base OS) - producing an image that runs `abgen` as an
198
198
  unprivileged user on `:5147` with `template/` and `shader/` baked in and `ABGEN_ROOT`/`ABGEN_OUT_ROOT`
199
- preset. The `build` job in [`.github/workflows/release.yml`](.github/workflows/release.yml) builds
200
- that image (via `ci/build.sh`) and `ghcr-publish` pushes it to `ghcr.io/decentraland/abgen:<tag>` (and `:latest`) on every `v*` tag.
199
+ preset. The `image` job in [`.github/workflows/release.yml`](.github/workflows/release.yml) builds
200
+ that image and pushes it to `ghcr.io/decentraland/abgen:<tag>` (and `:latest`) on every `v*` tag.
201
201
  The workspace also ships an AWS Lambda consumer in `lambda/` (the `abgen-lambda` bin);
202
- `nix build .#lambdaImage` produces its container image, which the `ecr-publish` job pushes to ECR
202
+ `nix build .#lambdaImage` produces its container image, which the `lambda-image-push` job pushes to ECR
203
203
  on the same tags - see [lambda/README.md](lambda/README.md). The org
204
204
  services-pipeline that publishes the same service to quay (service-name `abgen`) is configured
205
205
  externally in the private `decentraland/definitions` repo, not in this tree. Cutting a release -
package/bin/abgen.bin CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/abgen-linux-x64",
3
- "version": "0.17.2",
3
+ "version": "0.17.5",
4
4
  "description": "abgen prebuilt binary for linux x64 (installed by @dcl/abgen)",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "repository": {