Skip to content

Commit b375379

Browse files
committed
chore: remove acj stuff for fix build
1 parent f4d611b commit b375379

File tree

5 files changed

+16
-20
lines changed

5 files changed

+16
-20
lines changed

.github/workflows/a339x-development.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@ on:
99
- 'hdw-a339x/**'
1010
- 'scripts/build-a339x.js'
1111
- 'scripts/build-a339x.sh'
12+
- 'scripts/build-cmake-a339x.sh'
13+
- 'scripts/copy_a339x.sh'
14+
- 'scripts/fragment-a339x.js'
15+
- 'scripts/install-source-a339x.js'
1216
- 'a339x-igniter.config.mjs'
1317
- 'package.json'
1418
- 'package-lock.json'
1519
- 'flybywire'
20+
- 'Cargo-A339X.toml'
1621

1722
jobs:
1823
build:

.github/workflows/a339x-experimental.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@ on:
99
- 'hdw-a339x/**'
1010
- 'scripts/build-a339x.js'
1111
- 'scripts/build-a339x.sh'
12+
- 'scripts/build-cmake-a339x.sh'
13+
- 'scripts/copy_a339x.sh'
14+
- 'scripts/fragment-a339x.js'
15+
- 'scripts/install-source-a339x.js'
1216
- 'a339x-igniter.config.mjs'
1317
- 'package.json'
1418
- 'package-lock.json'
1519
- 'flybywire'
20+
- 'Cargo-A339X.toml'
1621

1722
jobs:
1823
build:
@@ -75,4 +80,4 @@ jobs:
7580
cd ../../
7681
- name: Upload to CloudFlare CDN
7782
run: |
78-
./scripts/cdn.sh $CDN_BUCKET_DESTINATION ./build-a339x/out/build-modules
83+
./scripts/cdn.sh $CDN_BUCKET_DESTINATION ./build-a339x/out/build-modules

.github/workflows/a339x-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ on:
1212
- 'hdw-a339x/**'
1313
- 'scripts/build-a339x.js'
1414
- 'scripts/build-a339x.sh'
15+
- 'scripts/build-cmake-a339x.sh'
16+
- 'scripts/copy_a339x.sh'
17+
- 'scripts/fragment-a339x.js'
18+
- 'scripts/install-source-a339x.js'
1519
- 'a339x-igniter.config.mjs'
1620
- 'package.json'
1721
- 'package-lock.json'
22+
- 'Cargo-A339X.toml'
1823

1924
jobs:
2025
build:

Cargo-A339X.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ members = [
66
"build-a339x/src/wasm/systems/a320_systems",
77
"build-a339x/src/wasm/systems/a320_systems_wasm",
88
"build-a339x/src/wasm/systems/a320_hydraulic_simulation_graphs",
9-
"build-a339x-acj/src/wasm/systems/a320_systems",
10-
"build-a339x-acj/src/wasm/systems/a320_systems_wasm",
11-
"build-a339x-acj/src/wasm/systems/a320_hydraulic_simulation_graphs",
129
"build-common/src/wasm/systems/systems",
1310
"build-common/src/wasm/systems/systems_wasm",
1411
]

scripts/fragment-a339x.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,6 @@ const execute = async () => {
4545
name: 'Panels',
4646
sourceDir: './SimObjects/Airplanes/Headwind_A330neo/panel',
4747
},
48-
{
49-
name: 'ACJModel',
50-
sourceDir: './SimObjects/Airplanes/Headwind_ACJ330_900/model',
51-
},
52-
{
53-
name: 'ACJPanel',
54-
sourceDir: './SimObjects/Airplanes/Headwind_ACJ330_900/panel',
55-
},
56-
{
57-
name: 'ACJSound',
58-
sourceDir: './SimObjects/Airplanes/Headwind_ACJ330_900/sound',
59-
},
60-
{
61-
name: 'ACJTextures',
62-
sourceDir: './SimObjects/Airplanes/Headwind_ACJ330_900/texture',
63-
},
6448
{
6549
name: 'ContentInfo',
6650
sourceDir: './ContentInfo',

0 commit comments

Comments
 (0)