Skip to content

Commit f11eb2e

Browse files
committed
Most generator scripts are standalone.
Avoid arm64 runtime sourcing issues.
1 parent 85b0001 commit f11eb2e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

activestate.generators.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
scripts:
22
- name: generate-api-client
33
language: bash
4+
standalone: true
45
description: Generates the mono-api client files
56
value: |
67
echo "IMPORTANT!!! mono API and inventory API have to be in sync. Consider running state run generate-inventory-client"
@@ -10,6 +11,7 @@ scripts:
1011
popd
1112
- name: generate-secrets-client
1213
language: bash
14+
standalone: true
1315
description: Generates the secrets-api client files
1416
value: |
1517
WD=$(pwd)
@@ -18,6 +20,7 @@ scripts:
1820
popd
1921
- name: generate-headchef-client
2022
language: bash
23+
standalone: true
2124
description: Generates the headchef-api client files
2225
value: |
2326
WD=$(pwd)
@@ -26,6 +29,7 @@ scripts:
2629
popd
2730
- name: generate-logstreamer-client
2831
language: bash
32+
standalone: true
2933
description: Generates the buildlog-streamer client files
3034
value: |
3135
WD=$(pwd)
@@ -34,6 +38,7 @@ scripts:
3438
popd
3539
- name: generate-inventory-client
3640
language: bash
41+
standalone: true
3742
description: Generates the inventory-api client files
3843
value: |
3944
echo "IMPORTANT!!! mono API and inventory API have to be in sync. Consider running state run generate-api-client"
@@ -43,6 +48,7 @@ scripts:
4348
popd
4449
- name: generate-clients
4550
language: bash
51+
standalone: true
4652
description: Generates all api clients
4753
value: |
4854
$scripts.generate-api-client.path()
@@ -55,6 +61,7 @@ scripts:
5561
value: python3 scripts/locale-generator.py
5662
- name: generate-payload
5763
language: bash
64+
standalone: true
5865
description: Generate payload for installer / update archives
5966
value: |
6067
set -e
@@ -64,6 +71,7 @@ scripts:
6471
go run ./scripts/ci/payload-generator/main.go "$@"
6572
- name: generate-update
6673
language: bash
74+
standalone: true
6775
description: Generate update files
6876
value: |
6977
set -e
@@ -79,9 +87,11 @@ scripts:
7987
go run scripts/ci/update-generator/main.go -o ./build/update
8088
- name: generate-remote-install-deployment
8189
language: bash
90+
standalone: true
8291
value: go run scripts/ci/deploy-generator/remote-installer/main.go "$@"
8392
- name: generate-graph
8493
language: bash
94+
standalone: true
8595
description: Generates graph server and client files
8696
value: |
8797
set -e

0 commit comments

Comments
 (0)