mirror of
https://github.com/NixOS/nix
synced 2025-06-28 13:41:15 +02:00
Fix segfault in gcc on i686-linux
src/libstore/ssh-store.cc: In constructor 'nix::SSHStore::SSHStore(const string&, const Params&)': src/libstore/ssh-store.cc:31:21: internal compiler error: Segmentation fault compress) ^ Please submit a full bug report, with preprocessed source if appropriate. https://hydra.nixos.org/build/111545609
This commit is contained in:
parent
db88cb401b
commit
d82b78bf51
2 changed files with 3 additions and 3 deletions
|
@ -676,7 +676,7 @@ class LocalFSStore : public virtual Store
|
|||
public:
|
||||
|
||||
// FIXME: the (Store*) cast works around a bug in gcc that causes
|
||||
// it to emit the call to the Option constructor. Clang works fine
|
||||
// it to omit the call to the Setting constructor. Clang works fine
|
||||
// either way.
|
||||
const PathSetting rootDir{(Store*) this, true, "",
|
||||
"root", "directory prefixed to all other paths"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue