Skip to content

Commit a86e3fb

Browse files
committedMar 19, 2024
Remove some obsolete documentation from docs/building.md
1 parent ecf7643 commit a86e3fb

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed
 

Diff for: ‎docs/building.md

-34
Original file line numberDiff line numberDiff line change
@@ -39,37 +39,3 @@ To build a specific version of the Flutter Plugin append `--only-version=`, i.e.
3939
Once plugin files are generated, upload release files to Drive for manual testing.
4040

4141
When ready to release to the public, go to the [Flutter plugin site](https://plugins.jetbrains.com/plugin/9212-flutter). You will need to be invited to the organization to upload plugin files.
42-
43-
## The build pre-reqs
44-
45-
This section is obsolete.
46-
47-
Several large files required for building the plugin are downloaded from Google Storage
48-
and cached in the `artifacts/` directory. We use timestamps to know if the local cached
49-
copies are up-to-date.
50-
51-
### install gs_util
52-
53-
It is no longer necessary to use gs_util. All artifact management is automated.
54-
This section is being retained in case someone wants to clean up the cloud storage.
55-
56-
If necessary, install the gs_util command-line utility from
57-
[here](https://cloud.google.com/storage/docs/gsutil_install).
58-
59-
### to list existing artifacts
60-
61-
To see a list of all current IntelliJ build pre-reqs:
62-
63-
```shell
64-
$ gsutil ls gs://flutter_infra_release/flutter/intellij/
65-
```
66-
67-
### uploading new artifacts
68-
69-
Do not upload new artifacts.
70-
71-
In order to update or add a new pre-req:
72-
73-
```shell
74-
$ gsutil cp <path-to-archive> gs://flutter_infra_release/flutter/intellij/
75-
```

0 commit comments

Comments
 (0)