Commit Graph

3 Commits

Author SHA1 Message Date
Peter Williams 50871946e5 crates/bridge_harfbuzz/harfbuzz: vendor harfbuzz source @ 2.7.4 2021-01-09 22:06:36 -05:00
jneem eaa4de4617
Use an absolute path to reference_sources
With a relative path, I can't add tectonic's git repository as a dependency in Cargo.toml; attempting to do so gives:

```
$ cargo build
    Updating git repository `https://github.com/tectonic-typesetting/tectonic`
error: failed to load source for a dependency on `tectonic`                     

Caused by:
  Unable to update https://github.com/tectonic-typesetting/tectonic

Caused by:
  failed to update submodule `reference_sources`

Caused by:
  invalid url `../tectonic-staging.git`: relative URL without a base
```
2018-06-04 22:53:43 -05:00
Peter Williams 40061d12ee Add the staging repo as a submodule.
This lets us track the precise version of the reference sources on which we
are based at any given time. See discussion in the README.

Fortunately, one does not need to check out or build the reference sources to
build Tectonic, which is good because Git submodules are super confusing.
2018-01-14 13:20:03 -05:00