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

build: rearrange Dockerfile and Makefile commands #237

Merged
merged 11 commits into from
Jul 18, 2023

Commits on Jul 13, 2023

  1. chore: remove unused makefile script

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    92c60cd View commit details
    Browse the repository at this point in the history
  2. chore: remove unused Dockerfile.static_centos7

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7e2ab6b View commit details
    Browse the repository at this point in the history
  3. chore: remove unnecessary Dockerfile and make command in Makefile

     - remove `./networks/local/finschianode/Dockerfile`
     - move from `./builders/Dockerfile.static` to `networks/local/finschianode/Dockerfile`
     - remove `./networks/Makefile`
     - remove `./contrib/Dockerfile.test`
     - remove unused commands in Makefile
       - `build-docker-finschianode`
       - `test-docker`
       - `test-docker-push`
    
    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e85e3a4 View commit details
    Browse the repository at this point in the history
  4. chore: remove unnecessary make commands.

     - build-contract-tests-hooks
     - include contrib/devtools/Makefile
    
    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    0cc7228 View commit details
    Browse the repository at this point in the history
  5. chore: fix proto-swagger-gen command bug

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    e38d86e View commit details
    Browse the repository at this point in the history
  6. chore: remove unnecessary Makefile and commands

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    5be5411 View commit details
    Browse the repository at this point in the history
  7. chore: update changelog

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    06c9bf8 View commit details
    Browse the repository at this point in the history
  8. chore: fix typo

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    8056a5c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. chore: change comments of Dockerfile

    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a845cb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. build: combine build-reproducible-arm64, build-reproducible-amd64

    And change the property of Makefile from `ARCH` to `TARGET_ARCH`, and add new `ARCH` as new meaning
    
    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    884f24b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. chore: change TARGET_PLATFORM and TARGET_ARCH not being used as i…

    …nput
    
    Signed-off-by: zemyblue <zemyblue@gmail.com>
    zemyblue committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4b9583e View commit details
    Browse the repository at this point in the history