EAS Build / Android - Fatal Error

Hi,

Just upgraded from expo 44 to 45 and I can’t build with EAS on android anymore.

Here’s the stack trace :

Running './gradlew :app:assembleRelease' in /home/expo/workingdir/build/android
2
Downloading https://services.gradle.org/distributions/gradle-7.3.3-all.zip
3
10%.
4
20%.
5
30%.
6
40%.
7
50%.
8
60%.
9
70%.
10
80%
11
90%.
12
100%
13
Welcome to Gradle 7.3.3!
14
Here are the highlights of this release:
15
 - Easily declare new test suites in Java projects
16
 - Support for Java 17
17
 - Support for Scala 3
18
For more details see https://docs.gradle.org/7.3.3/release-notes.html
19
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.3.3/userguide/gradle_daemon.html#sec:disabling_the_daemon.
20
Daemon will be stopped at the end of the build
21
Unable to list file systems to check whether they can be watched. Assuming all file systems can be watched. Reason: Could not query file systems: could not open mount file (errno 2: No such file or directory)
22
[stderr] FAILURE: Build failed with an exception.
23
[stderr] * Where:
24
[stderr] Script '/home/expo/workingdir/build/node_modules/expo/scripts/autolinking.gradle' line: 2
25
[stderr] * What went wrong:
26
[stderr] A problem occurred evaluating script.
27
[stderr] > Could not read script '/' as it is a directory.
28
[stderr] * Try:
29
[stderr] > Run with --stacktrace option to get the stack trace.
30
[stderr] > Run with --info or --debug option to get more log output.
31
[stderr] > Run with --scan to get full insights.
32
[stderr] * Get more help at https://help.gradle.org
33
[stderr] BUILD FAILED in 14s
34
Unable to list file systems to check whether they can be watched. The whole state of the virtual file system has been discarded. Reason: Could not query file systems: could not open mount file (errno 2: No such file or directory)
35
Error: Gradle build failed with unknown error. Please see logs for the "Run gradlew" phase.

I’m on a managed workflow.

It’s quite urgent since I have 0 infos and I can’t do anything …

Thanks a lot,