Summary: This enables the following workflow: ``` $ ./build-infer.sh [...] $ opam upgrade # takes infer dependencies into account ``` To do so, we install a temporary `infer-deps-XXXX` package as before (the temp name is because opam thinks there's nothing to do otherwise), then we install an `infer-deps` package permanently. Reviewed By: mbouaziz Differential Revision: D4867195 fbshipit-source-id: da806f9master
parent
e5e08ce659
commit
833295df15
@ -0,0 +1,12 @@
|
||||
# Copyright (c) 2017 - present Facebook, Inc.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the BSD style license found in the
|
||||
# LICENSE file in the root directory of this source tree. An additional grant
|
||||
# of patent rights can be found in the PATENTS file in the same directory.
|
||||
|
||||
# This file exists to make opam happy, it should not do anything useful besides that.
|
||||
|
||||
.PHONY: install uninstall
|
||||
install uninstall:
|
||||
@:
|
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Copyright (c) 2017 - present Facebook, Inc.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the BSD style license found in the
|
||||
# LICENSE file in the root directory of this source tree. An additional grant
|
||||
# of patent rights can be found in the PATENTS file in the same directory.
|
||||
|
||||
# This file exists just to make opam happy, it should not do anything useful besides that.
|
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Copyright (c) 2017 - present Facebook, Inc.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the BSD style license found in the
|
||||
# LICENSE file in the root directory of this source tree. An additional grant
|
||||
# of patent rights can be found in the PATENTS file in the same directory.
|
||||
|
||||
# This file exists just to make opam happy, it should not do anything useful besides that.
|
@ -0,0 +1 @@
|
||||
../../opam
|
Loading…
Reference in new issue