From b3753797098d84adacb01d2c92eac652a8bfbe11 Mon Sep 17 00:00:00 2001 From: Denis Freund Date: Sun, 17 Nov 2024 00:16:22 +0100 Subject: [PATCH] chore: remove acj stuff for fix build --- .github/workflows/a339x-development.yml | 5 +++++ .github/workflows/a339x-experimental.yml | 7 ++++++- .github/workflows/a339x-pr.yml | 5 +++++ Cargo-A339X.toml | 3 --- scripts/fragment-a339x.js | 16 ---------------- 5 files changed, 16 insertions(+), 20 deletions(-) diff --git a/.github/workflows/a339x-development.yml b/.github/workflows/a339x-development.yml index 7528a9421..dfc9767a2 100644 --- a/.github/workflows/a339x-development.yml +++ b/.github/workflows/a339x-development.yml @@ -9,10 +9,15 @@ on: - 'hdw-a339x/**' - 'scripts/build-a339x.js' - 'scripts/build-a339x.sh' + - 'scripts/build-cmake-a339x.sh' + - 'scripts/copy_a339x.sh' + - 'scripts/fragment-a339x.js' + - 'scripts/install-source-a339x.js' - 'a339x-igniter.config.mjs' - 'package.json' - 'package-lock.json' - 'flybywire' + - 'Cargo-A339X.toml' jobs: build: diff --git a/.github/workflows/a339x-experimental.yml b/.github/workflows/a339x-experimental.yml index 262c31ed6..c63e6d313 100644 --- a/.github/workflows/a339x-experimental.yml +++ b/.github/workflows/a339x-experimental.yml @@ -9,10 +9,15 @@ on: - 'hdw-a339x/**' - 'scripts/build-a339x.js' - 'scripts/build-a339x.sh' + - 'scripts/build-cmake-a339x.sh' + - 'scripts/copy_a339x.sh' + - 'scripts/fragment-a339x.js' + - 'scripts/install-source-a339x.js' - 'a339x-igniter.config.mjs' - 'package.json' - 'package-lock.json' - 'flybywire' + - 'Cargo-A339X.toml' jobs: build: @@ -75,4 +80,4 @@ jobs: cd ../../ - name: Upload to CloudFlare CDN run: | - ./scripts/cdn.sh $CDN_BUCKET_DESTINATION ./build-a339x/out/build-modules \ No newline at end of file + ./scripts/cdn.sh $CDN_BUCKET_DESTINATION ./build-a339x/out/build-modules diff --git a/.github/workflows/a339x-pr.yml b/.github/workflows/a339x-pr.yml index fae68f816..de0339225 100644 --- a/.github/workflows/a339x-pr.yml +++ b/.github/workflows/a339x-pr.yml @@ -12,9 +12,14 @@ on: - 'hdw-a339x/**' - 'scripts/build-a339x.js' - 'scripts/build-a339x.sh' + - 'scripts/build-cmake-a339x.sh' + - 'scripts/copy_a339x.sh' + - 'scripts/fragment-a339x.js' + - 'scripts/install-source-a339x.js' - 'a339x-igniter.config.mjs' - 'package.json' - 'package-lock.json' + - 'Cargo-A339X.toml' jobs: build: diff --git a/Cargo-A339X.toml b/Cargo-A339X.toml index 08af9f3b1..20c36346d 100644 --- a/Cargo-A339X.toml +++ b/Cargo-A339X.toml @@ -6,9 +6,6 @@ members = [ "build-a339x/src/wasm/systems/a320_systems", "build-a339x/src/wasm/systems/a320_systems_wasm", "build-a339x/src/wasm/systems/a320_hydraulic_simulation_graphs", - "build-a339x-acj/src/wasm/systems/a320_systems", - "build-a339x-acj/src/wasm/systems/a320_systems_wasm", - "build-a339x-acj/src/wasm/systems/a320_hydraulic_simulation_graphs", "build-common/src/wasm/systems/systems", "build-common/src/wasm/systems/systems_wasm", ] diff --git a/scripts/fragment-a339x.js b/scripts/fragment-a339x.js index e85832824..704f528e1 100644 --- a/scripts/fragment-a339x.js +++ b/scripts/fragment-a339x.js @@ -45,22 +45,6 @@ const execute = async () => { name: 'Panels', sourceDir: './SimObjects/Airplanes/Headwind_A330neo/panel', }, - { - name: 'ACJModel', - sourceDir: './SimObjects/Airplanes/Headwind_ACJ330_900/model', - }, - { - name: 'ACJPanel', - sourceDir: './SimObjects/Airplanes/Headwind_ACJ330_900/panel', - }, - { - name: 'ACJSound', - sourceDir: './SimObjects/Airplanes/Headwind_ACJ330_900/sound', - }, - { - name: 'ACJTextures', - sourceDir: './SimObjects/Airplanes/Headwind_ACJ330_900/texture', - }, { name: 'ContentInfo', sourceDir: './ContentInfo',