mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-04 13:44:22 +01:00
parent
818cdb7e79
commit
7b0322c340
5 changed files with 500 additions and 2 deletions
17
symstore/guidelines-deploy.md
Normal file
17
symstore/guidelines-deploy.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Building the symbol server
|
||||
|
||||
From a Proton build environment, after building Proton, run
|
||||
```
|
||||
make symstore-tarball
|
||||
```
|
||||
This will create in <BUILD>/symstore a .zip file, named after the
|
||||
release being built (<BUILD_NAME>-symstore.zip).
|
||||
|
||||
# Requirements for symbol server
|
||||
|
||||
This requires mapping a directory <TOP> (and all its sub-hierarchy) at
|
||||
a given URI.
|
||||
|
||||
There are two strong requirements:
|
||||
- all files in <TOP> must be served as binary,
|
||||
- the mapping of <TOP> must be case insensitive.
|
||||
Loading…
Add table
Add a link
Reference in a new issue