Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNOW-864140: Check build/test instruction for libsnowflakeclient and make correction as needed #737

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

sfc-gh-ext-simba-jy
Copy link
Collaborator

No description provided.

@sfc-gh-ext-simba-jy sfc-gh-ext-simba-jy changed the title Snow-864140 SNOW-864140: Check build/test instruction for libsnowflakeclient and make correction as needed Aug 13, 2024
README.rst Outdated
Prerequisite
^^^^^^^^^^^^^
- Ensure you have cmake 2.8 or later version.
- For Windows, require: one of Visual Studio [VS14, VS15, VS16, VS17]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VS14 needs to be removed. After upgrading arrow to 15.x we don't support VS14 build anymore.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed all VS 14 in README.rst

README.rst Outdated

Linux and OSX
^^^^^^^^^^^^^

.. code-block:: bash

./scripts/buildDependencies.sh
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build_dependencies.sh

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix typos

set vs_version=VS14
ci\build.bat
set vs_version=VS17
ci\\build_win.bat
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If possible I would prefer to use similar script for both windows and non-windows. What's the difference between scripts ones and ci ones? which is better for customer to use?

----------------------------------------------------------------------

Set the Snowflake connection info in ``parameters.json`` and place it in $HOME:
The list of dependencies
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think having one way to build is enough for customer they don't really need to know the options of building third-parties separately.

@@ -86,7 +123,7 @@ Linux and OSX

.. code-block:: bash

./scripts/run_tests.sh
.ci/scripts/test_linux.sh
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean ci/test/test.sh ? test_linux.sh is using docker I don't think customer has the access to the docker image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants