-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Closed
Labels
Description
Issue description
The CI fails while downloading required OracleDB Binaries when testing with Node v14.
Expected Behavior
The CI should run all the given tests and build the package.
Actual Behavior
While "Downloading Required OracleDB Binaries", the CI fails with the following error:
E: Failed to fetch http://deb.debian.org/debian/pool/main/liba/libaio/libaio1_0.3.110-3_amd64.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Exited with code exit status 100
Steps to reproduce
- Create a new PR without any meaningful changes.
- See the pipeline fail without having run tests.
For an example, have a look at this job.
My Environment
| Dependency | Version |
|---|---|
| Operating System | N/A |
| Node.js version | N/A |
| Typescript version | N/A |
| TypeORM version | 0.3.16 |
Additional Context
It seems that the Debian apt repo has updated and the library is not there anymore.
A possible fix would probably be running apt update beforehand.
Relevant Database Driver(s)
- aurora-mysql
- aurora-postgres
- better-sqlite3
- cockroachdb
- cordova
- expo
- mongodb
- mysql
- nativescript
- oracle
- postgres
- react-native
- sap
- spanner
- sqlite
- sqlite-abstract
- sqljs
- sqlserver
Are you willing to resolve this issue by submitting a Pull Request?
Yes, I have the time, and I know how to start.