ci: temporarily disable CONDUIT_VERSION_EXTRA
This commit is contained in:
parent
3d9d975a9f
commit
2a2b9554c8
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ let
|
|||
});
|
||||
|
||||
buildPackageEnv = {
|
||||
CONDUIT_VERSION_EXTRA = inputs.self.shortRev or inputs.self.dirtyShortRev;
|
||||
# Temporarily disabled, see https://gitlab.com/famedly/conduit/-/merge_requests/662#note_1892753424
|
||||
# CONDUIT_VERSION_EXTRA = inputs.self.shortRev or inputs.self.dirtyShortRev;
|
||||
} // buildDepsOnlyEnv;
|
||||
|
||||
commonAttrs = {
|
||||
|
|
Loading…
Add table
Reference in a new issue