FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

add macos arm64 tests and prebuilts by zawata · Pull Request #2030 · nodegit/nodegit · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .js  (2) .json  (1) .yml  (1) All 3 file types selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@ jobs:
strategy:
matrix:
node: [20, 22, 24]
arch: [x64, arm64]
fail-fast: false
runs-on: macOS-13
# This is mostly the same as the Linux steps, waiting for anchor support
# https://github.com/actions/runner/issues/1182
runs-on: ${{ matrix.arch == 'x64' && 'macos-15-intel' || 'macos-15' }}
steps:
- uses: actions/checkout@v4

Expand Down
6 changes: 0 additions & 6 deletions generate/input/libgit2-supplement.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2444,12 +2444,6 @@
}
}
],
[
"git_time_t",
{
"type": "enum"
}
],
[
"git_trace_level_t",
{
Expand Down
3 changes: 2 additions & 1 deletion generate/scripts/helpers.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ var cTypeMappings = {
"uint32_t": "Number",
"uint64_t": "Number",
"double": "Number",
"git_object_size_t": "Number"
"git_object_size_t": "Number",
"git_time_t": "Number",
}

var collisionMappings = {
Expand Down
2 changes: 1 addition & 1 deletion test/tests/commit.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ describe("Commit", function() {

it("can amend commit", function(){
var commitToAmendId = "315e77328ef596f3bc065d8ac6dd2c72c09de8a5";
var expectedAmendedCommitId = "57836e96555243666ea74ea888310cc7c41d4613";
var expectedAmendedCommitId = "a41de0d1c3dc169c873dd03bd9240d9f88e60ffc";
var fileName = "newfile.txt";
var fileContent = "hello world";
var newFileName = "newerfile.txt";
Expand Down

Back | FazBrowse Home | New Git URL