Skip to content

Commit 103bbd2

Browse files
committed
Removed Fluorite/Filament from CI jobs
1 parent 8c1b968 commit 103bbd2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/fedora.yml

Lines changed: 1 addition & 1 deletion
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

.github/workflows/ubuntu-legacy.yml

Lines changed: 1 addition & 1 deletion
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

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
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)

.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)