Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rails-sqlserver/heroku-buildpack-freetds
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: rails-sqlserver/heroku-buildpack-freetds
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 13 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 17, 2018

  1. Configuration menu
    Copy the full SHA
    e600636 View commit details
    Browse the repository at this point in the history
  2. Log env vars

    bf4 committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    98a9952 View commit details
    Browse the repository at this point in the history
  3. Allow cache clearing

    bf4 committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    7a79086 View commit details
    Browse the repository at this point in the history
  4. Remove extraneous build env vars; Fix lib path

    - ensure /usr/local/lib is in lib path
    - fix app runtime lib path; was pointing to build dir
    
    Was getting
    
    ```
    ld /app/vendor/bundle/ruby/2.3.0/gems/tiny_tds-2.1.0/lib/tiny_tds/tiny_tds.so
    ld: warning: libsybdb.so.5, needed by /app/vendor/bundle/ruby/2.3.0/gems/tiny_tds-2.1.0/lib/tiny_tds/tiny_tds.so, not found (try using -rpath or -rpath-link)
    ```
    bf4 committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    d087c39 View commit details
    Browse the repository at this point in the history
  5. Last hack

    bf4 committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    1231843 View commit details
    Browse the repository at this point in the history
  6. lddconfig hack failed

    remote: -----> HACK: Linking /usr/local/lib making the gem build tiny_tds.so linked to libsybdb.so.5
    remote: /sbin/ldconfig.real: Can't create temporary cache file /etc/ld.so.cache~: Read-only file system
    bf4 committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    381f254 View commit details
    Browse the repository at this point in the history
  7. Consider disable odbc

    bf4 committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    4b36993 View commit details
    Browse the repository at this point in the history
  8. Add disable-odbc

    bf4 committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    9bbf99e View commit details
    Browse the repository at this point in the history
  9. Fix typos

    bf4 committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    c29f6ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f4fe9a View commit details
    Browse the repository at this point in the history
  11. Speed up build

    bf4 committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    d1cb0a2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ba323e2 View commit details
    Browse the repository at this point in the history
  13. Default to rebuild

    bf4 committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    9921d9e View commit details
    Browse the repository at this point in the history
Loading