Skip to content

Commit 397baf9

Browse files
committed
Removed Fluorite/Filament from CI jobs
1 parent d82c129 commit 397baf9

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/fedora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
cd $GITHUB_WORKSPACE
5959
pwd; ls -la
6060
chown -R user:user .
61-
su - user -c "cd $GITHUB_WORKSPACE && pwd && ls -la && export CI=true && export GITHUB_ACTIONS=true && ./flutter_workspace.py --enable=filament --stdin-file=/dev/null"
61+
su - user -c "cd $GITHUB_WORKSPACE && pwd && ls -la && export CI=true && export GITHUB_ACTIONS=true && ./flutter_workspace.py --stdin-file=/dev/null"
6262
cat ./setup_env.sh
6363
6464
- name: Test workspace
@@ -74,4 +74,4 @@ jobs:
7474
run: |
7575
cd $GITHUB_WORKSPACE
7676
pwd; ls -la
77-
su - user -c "cd $GITHUB_WORKSPACE && pwd && ls -la && export CI=true && export GITHUB_ACTIONS=true && . ./setup_env.sh && ./flutter_workspace.py --create-aot --app-path=./app/tcna-packages/packages/filament_scene/example/"
77+
su - user -c "cd $GITHUB_WORKSPACE && pwd && ls -la && export CI=true && export GITHUB_ACTIONS=true && . ./setup_env.sh && ./flutter_workspace.py --create-aot --app-path=./app/tcna-packages/packages/flatpak/example/"

.github/workflows/ubuntu-legacy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
cd $GITHUB_WORKSPACE
7171
pwd; ls -la
7272
export DEBIAN_FRONTEND=noninteractive; echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
73-
sudo -u user bash -c "./flutter_workspace.py --enable=filament"
73+
sudo -u user bash -c "./flutter_workspace.py"
7474
cat ./setup_env.sh
7575
7676
- name: Test workspace
@@ -88,4 +88,4 @@ jobs:
8888
cd $GITHUB_WORKSPACE
8989
pwd; ls -la
9090
sudo -u user bash -c ". ./setup_env.sh && \
91-
./flutter_workspace.py --create-aot --app-path=./app/tcna-packages/packages/filament_scene/example/"
91+
./flutter_workspace.py --create-aot --app-path=./app/tcna-packages/packages/flatpak/example/"

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
cd $GITHUB_WORKSPACE
5757
pwd; ls -la
58-
PREFER_LLVM=${{ matrix.llvm }} ./flutter_workspace.py --enable=filament
58+
PREFER_LLVM=${{ matrix.llvm }} ./flutter_workspace.py
5959
echo "Checking LLVM config..."
6060
cat setup_env.sh; echo ""
6161
FOUND_LLVM_VER=$(grep -oP 'export PREFER_LLVM=\K[0-9]+' setup_env.sh)
@@ -86,4 +86,4 @@ jobs:
8686
cd $GITHUB_WORKSPACE
8787
pwd; ls -la
8888
. ./setup_env.sh
89-
./flutter_workspace.py --create-aot --app-path=./app/tcna-packages/packages/filament_scene/example/
89+
./flutter_workspace.py --create-aot --app-path=./app/tcna-packages/packages/flatpak/example/

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
}
151151
152152
Write-Host "Starting flutter_workspace.py..."
153-
./flutter_workspace.ps1 --enable "filament-windows"
153+
./flutter_workspace.ps1
154154
155155
- name: Test workspace
156156
env:

0 commit comments

Comments
 (0)